@hnch/tailwind-preset
v0.0.1
Published
Tailwind preset for Hunch
Downloads
1
Readme
@hnch/tailwind-preset
This is a tailwindcss configuration for Hunch projects.
Installation
$ yarn add -D @hnch/tailwind-preset
Usage
You can use this preset by putting this in your project's tailwind.config.js
:
module.exports = {
presets: [require('@hnch/tailwind-preset')],
theme: { ... }
}