Add tailwind and daisyui

This commit is contained in:
2026-03-30 21:40:28 -04:00
parent a21c8f5b70
commit a068db1595
12 changed files with 1147 additions and 902 deletions

View File

@@ -0,0 +1,10 @@
module.exports = {
content: [
"index.html",
"./src/*.rs"
],
theme: {
extend: {},
},
plugins: [],
}