Skip to content

Generate production purged CSS files from TailwindCSS classes

Notifications You must be signed in to change notification settings

rubyyagi/tailwindcss-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a sample repo demonstrating how to build a production css file from TailwindCSS

  1. After cloning this repo, run npm install.
  2. Make changes to index.html, or add any .html files to the root of the folder.
  3. Optionally, you can add your own custom css classes / Ids into style.css, these will be included in the production css file.
  4. Run npm run css to generate production TailwindCSS CSS file, the generated output will be located in dist.css

About

Generate production purged CSS files from TailwindCSS classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published