0.1.1 • Published 5 years ago
@brewry/tailwind-preset v0.1.1
@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: { ... }
}