0.1.6 • Published 1 year ago
@frente-patria-grande/tailwind-preset v0.1.6
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: {...}
}