0.0.1 • Published 3 years ago

@hnch/tailwind-preset v0.0.1

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

@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: { ... }
}