0.0.1-canary.0 • Published 3 years ago

@chungking-ui/tailwindcss-plugin v0.0.1-canary.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@resir014/tailwind-preset-chungking

TailwindCSS preset for the Chungking design system.

Installation

yarn add @resir014/tailwind-preset-chungking

Usage

To use this preset, add this preset into the presets key in your project's tailwind.config.js:

module.exports = {
  presets: [require('@resir014/tailwind-preset-chungking')],
  theme: {
    // ...
  },
};