From 4f17e708705df1f55a481bcfa0e1712dc87ad7ed Mon Sep 17 00:00:00 2001 From: Author <> Date: Sun, 1 Oct 2023 00:40:48 -0400 Subject: [PATCH] Added script for running tailwindcss compile-on-watch --- tailwind-compile-watch.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tailwind-compile-watch.sh 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