Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@toptal/base-tailwind

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toptal/base-tailwind

Base Tailwind configuration that contains global design token. This preset have to be reused by any project-specific Tailwind configuration.

  • 1.0.1-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.54
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
496
increased by217.95%
Maintainers
0
Weekly downloads
 
Created

base-tailwind

BASE design Tailwind preset that contains global design token. The preset has to be reused by any project-specific Tailwind configuration (Picasso, Caliber, etc.) and has to be mentioned before any other presets.

/** @type {import('tailwindcss').Config} */
module.exports = {
  presets: [
    require('@toptal/base-tailwind'),
    require('@toptal/picasso-tailwind'),
  ],
  // ...
}

FAQs

Package last updated on 05 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts