diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-15 12:16:26 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-15 12:16:26 +0100 |
commit | b573affe7d20ee703e7823ddaf8662bef7e01093 (patch) | |
tree | 9418439f54878e3b83402fc33de5da86a28e2c3e /scripts/compile_tailwindcss.sh | |
parent | e5359482f13be86b7bec4cb725a1855c32e8a297 (diff) |
Changes to Tailwind configuration
- removed DaisyUI
- added a script to compile tailwind (with watch)
- added a test additional colour (purple)
Diffstat (limited to '')
-rwxr-xr-x | scripts/compile_tailwindcss.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/compile_tailwindcss.sh b/scripts/compile_tailwindcss.sh new file mode 100755 index 0000000..fa38c83 --- /dev/null +++ b/scripts/compile_tailwindcss.sh @@ -0,0 +1,3 @@ +#!/usr/bin/sh + +npm run watch:css |