Added script for running tailwindcss compile-on-watch
This commit is contained in:
parent
0b21085ea7
commit
4f17e70870
1 changed files with 3 additions and 0 deletions
3
tailwind-compile-watch.sh
Executable file
3
tailwind-compile-watch.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
npx tailwindcss -i ./css/theme.css -o ./css/theme-compiled.css --watch
|
Loading…
Reference in a new issue