@frente-patria-grande/tailwind-preset
v0.1.6
Published
A tailwindcss configuration preset for Frente Patria Grande's projects.
Downloads
9
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-preset
Usage
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: {...}
}