diff --git a/Makefile b/Makefile index fa141ef..e11a99c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,12 @@ -prepare: +prepare: clean cp -R ./template/* ./playground clean: cd ./playground && find . ! -name '.gitkeep' -delete + +watch: + tailwindcss -i ./playground/src/css/input.css -o ./playground/src/css/main.css --watch + +live: + live-server ./playground/src/ diff --git a/template/src/css/input.css b/template/src/css/input.css index 3475c39..54ac47d 100644 --- a/template/src/css/input.css +++ b/template/src/css/input.css @@ -1,3 +1,5 @@ +@import "tailwindcss"; + @theme { --font-sans: InterVariable, sans-serif; } diff --git a/template/src/css/main.css b/template/src/css/main.css deleted file mode 100644 index 3475c39..0000000 --- a/template/src/css/main.css +++ /dev/null @@ -1,3 +0,0 @@ -@theme { - --font-sans: InterVariable, sans-serif; -} diff --git a/template/src/index.html b/template/src/index.html index acf7370..57a49bd 100644 --- a/template/src/index.html +++ b/template/src/index.html @@ -3,13 +3,12 @@
-