Skip to content

Commit df0c49c

Browse files
authored
feat: upgrade to Tailwind v4 & DaisyUI v5; include output.css (#144)
* docs: bump sample deployment to 1.6.1 * 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 36586d3 commit df0c49c

File tree

9 files changed

+1035
-1136
lines changed

9 files changed

+1035
-1136
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)