@brewry/tailwind-preset
v0.1.1
Published
Tailwind preset for Brewry
Downloads
5
Readme
@brewry/tailwind-preset
This is a tailwindcss configuration that is shared across all @brewry projects.
Installation
$ yarn add -D @brewry/tailwind-presetUsage
You can use this preset by putting this in your project's tailwind.config.js:
module.exports = {
presets: [require('@brewry/tailwind-preset')],
theme: { ... }
}