1.0.0 • Published 1 year ago

@honorlock/tailwind-config-presets v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tailwind-config-presets

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

Installation

$ npm i --save @honorlock/tailwind-config-presets

Usage

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

module.exports = {
  presets: [require('@honorlock/tailwind-config-presets')],
  theme: { ... }
}
1.0.0

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago