Add initial daisy ui
Some checks failed
Build Crate / build (push) Failing after 1m45s

This commit is contained in:
2024-08-29 23:29:28 -04:00
parent 4cb809f20f
commit 82648cfbae
5 changed files with 23 additions and 9 deletions

View File

@@ -40,6 +40,8 @@ jobs:
run: npm install -g sass
- name: Install tailwindcss via npm
run: npm install -D tailwindcss
- name: Install daisy ui via npm
run: npm i -D daisyui@latest
- name: Compile css
run: npm run build
# TODO -> Remove wasm-opt-version once perseus is updated