0.1.1 • Published 3 years ago

@brewry/tailwind-preset v0.1.1

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

@brewry/tailwind-preset

This is a tailwindcss configuration that is shared across all @brewry projects.

Installation

$ yarn add -D @brewry/tailwind-preset

Usage

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

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