@frente-patria-grande/tailwind-preset
v0.1.12
Published
A tailwindcss configuration preset for Frente Patria Grande's projects.
Maintainers
Readme
Frente Patria Grande's tailwind-preset
This is a tailwindcss configuration preset that is shared across all out projects.
Installation
$ yarn add @frente-patria-grande/tailwind-presetUsage
You can use this preset by putting this in your project's tailwind.config.js:
module.exports = {
presets: [require('@frente-patria-grande/tailwind-preset')],
theme: {...}
}