GoStart/web/style/readme.md

10 lines
223 B
Markdown
Raw Normal View History

2024-05-15 20:28:12 +00: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:
```bash
tailwindcss -i web/style/input.css -o web/static/output.css --watch
```