diff --git a/tailwind-compile-watch.sh b/tailwind-compile-watch.sh new file mode 100755 index 0000000..7af5c92 --- /dev/null +++ b/tailwind-compile-watch.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +npx tailwindcss -i ./css/theme.css -o ./css/theme-compiled.css --watch