New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@design-system-hub/tailwind

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@design-system-hub/tailwind

A library to override tailwind theme using design tokens

0.1.0
latest
npm
Version published
Maintainers
0
Created
Source

@design-system-hub/tailwind

Installation

npm install @design-system-hub/tailwind
# or
yarn add @design-system-hub/tailwind
# or
pnpm add @design-system-hub/tailwind

Usage

This package is designed to work with the dshub CLI tool.

Once you have run dshub pull and have the file src/tailwind.css in your project, you can set up tailwind to use CSS variables automatically.

// tailwind.config.js

import { generateTailwindConfig } from '@design-system-hub/tailwind'

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ['./src/**/*.{html,js,ts,jsx,tsx}'],
  theme: {
    extends: generateTailwindConfig(),
  },
  plugins: [],
}

Keywords

tailwind

FAQs

Package last updated on 10 Aug 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