2024-01-30 16:06:00 +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 static/style/input.css -o static/style/output.css --watch
|
|
|
|
```
|
|
|
|
|
2024-04-27 23:56:19 +00:00
|
|
|
You must be in the `app` directory
|