This is a sample repo demonstrating how to build a production css file from TailwindCSS
- After cloning this repo, run
npm install. - Make changes to index.html, or add any .html files to the root of the folder.
- Optionally, you can add your own custom css classes / Ids into
style.css, these will be included in the production css file. - Run
npm run cssto generate production TailwindCSS CSS file, the generated output will be located indist.css