0.0.3 • Published 1 year ago

@ailayerlabs/six079-tailwind-preset v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

6079 tailwind-base

This is a tailwindcss configuration preset that is shared across all 6079ai projects.

Installation

$ yarn add @ailayerlabs/six079-tailwind-preset

Usage

You can use this preset by putting this in your project's tailwind.config.js:

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