dwm-app/static/style
0ceanSlim 38a02737e8 adjustments, update from
click still not working
2024-01-31 13:01:49 -05:00
..
input.css first commit 2024-01-30 11:06:00 -05:00
output.css adjustments, update from 2024-01-31 13:01:49 -05:00
readme.md first commit 2024-01-30 11:06:00 -05:00
tailwind.config.js first commit 2024-01-30 11:06:00 -05: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 static/style/input.css -o static/style/output.css --watch

You must be in the app directory