.. | ||
input.css | ||
readme.md | ||
tailwind.config.js |
Development
For Tailwind to Rebuild the Output CSS, a watcher must be run to compile the new styling as pages are edited.
To do this run:
tailwindcss -i web/style/input.css -o web/static/output.css --watch