Skip to content

shevky/plugin-tailwindcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-tailwindcss

Usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published