diff --git a/.gitignore b/.gitignore index 25c8fdb..be1b93c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -package-lock.json \ No newline at end of file +package-lock.json +src/css/tailwind.css \ No newline at end of file diff --git a/compile-tw.bat b/compile-tw.bat index 1528db1..5495362 100644 --- a/compile-tw.bat +++ b/compile-tw.bat @@ -1 +1 @@ -npx tailwindcss -i ./tailwind-files/input.css -o ./src/css/tailwind.css --watch \ No newline at end of file +npx tailwindcss -i ./tailwind-files/input.css -o ./src/css/tailwind.css \ No newline at end of file diff --git a/src/index.html b/src/index.html index 3268325..bdfedc2 100644 --- a/src/index.html +++ b/src/index.html @@ -41,9 +41,9 @@