Add daisyui

Add wrapper scripts and fetch JS for nix compatibility
This commit is contained in:
2026-06-11 19:21:48 -04:00
parent 92c7599962
commit 745deb8809
4 changed files with 84 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
@import "tailwindcss";
@plugin "./daisyui-wrapper.js" {
themes: all;
};
@plugin "./daisyui-theme-wrapper.js" {
};
@source not "*";
@source "./src/**/*.{rs,html,css}";