0.1.2 • Published 3 years ago

@hanihusam/tailwind-preset-han v0.1.2

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

@hanihusam/tailwind-preset-han

TailwindCSS preset for the Han UI design system.

Installation

yarn add @hanihusam/tailwind-preset-han

Usage

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

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