@lojaintegrada/tailwindcss-config
v1.3.0
Published
TailwindCSS config for Loja Integrada admin
Downloads
23
Keywords
Readme
Loja Integrada Admin TailwindCSS Config
https://lojaintegrada-tailwind.vercel.app/
Commands
yarn tailwind-config-viewer
Publishing
- Merge the PR to
main
- Create an release with the pattern
tailwindcss@VERSION
, like[email protected]
- Check result at GitHub Actions
Deploy to Vercel is automatic
Usage
At yout tailwind.config.js
module.exports = {
presets: [
require('@lojaintegrada/tailwindcss-config/src/defaultPreset')
// or
// require('@lojaintegrada/tailwindcss-config/src/pagaLIPreset')
],
// mode: 'jit',
// purge: [],
// ...
}