Skip to content

Commit a23e3cc

Browse files
committed
feat: upgrade to Tailwind v4 & DaisyUI v5; include output.css
- Upgrade Tailwind to v4 - Upgrade DaisyUI to v5 - Fix output.css being ignored in the installed package, effectively breaking django-allauth-ui
1 parent 064e97f commit a23e3cc

File tree

9 files changed

+970
-1134
lines changed

9 files changed

+970
-1134
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
2+
3+
@plugin "daisyui" {
4+
themes: all;
5+
}

0 commit comments

Comments
 (0)