Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 476 Bytes

File metadata and controls

9 lines (6 loc) · 476 Bytes

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