add tailwind + daisy ui

This commit is contained in:
Schneider Roland
2025-11-14 08:25:14 +01:00
parent 327c641137
commit cbede30d65
15 changed files with 730 additions and 352 deletions

5
admin/.postcssrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"plugins": {
"@tailwindcss/postcss": {}
}
}