@shevky/plugin-tailwindcss
v0.0.5
Published
Shevky plugin that runs Tailwind CSS during builds.
Maintainers
Readme
Shevky Plugin: Tailwind CSS
A simple Shevky plugin that runs Tailwind CSS during builds and outputs the compiled styles into your site assets.
Features
- Runs Tailwind CSS during build
- Outputs compiled CSS to your site assets
- Works with your existing Tailwind config
Installation
npm i shevky-tailwindcssUsage
Add the plugin to your Shevky config:
{
"plugins": [
"shevky-tailwindcss"
]
}If you enable build.minify, the generated CSS output is minified as well.
{
"build": {
"minify": true
}
}License
MIT
