Added script for running tailwindcss compile-on-watch

This commit is contained in:
Author 2023-10-01 00:40:48 -04:00
parent 0b21085ea7
commit 4f17e70870

3
tailwind-compile-watch.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
npx tailwindcss -i ./css/theme.css -o ./css/theme-compiled.css --watch