GoStart/web/style
2024-05-15 16:28:12 -04:00
..
input.css first commit 2024-05-15 16:28:12 -04:00
readme.md first commit 2024-05-15 16:28:12 -04:00
tailwind.config.js first commit 2024-05-15 16:28:12 -04:00

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