fix(ui): configure daisyui themes in input.css for tailwind v4 compatibility
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
@import "tailwindcss";
|
||||
@config "./tailwind.config.js";
|
||||
@plugin "daisyui";
|
||||
|
||||
@plugin "daisyui" {
|
||||
themes: light, dark, cupcake, dracula, cyberpunk, emerald, luxury, nord, sunset, winter, night, synthwave, retro, forest;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
|
||||
|
||||
@@ -13,7 +13,4 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
daisyui: {
|
||||
themes: ["light", "dark", "cupcake", "dracula", "cyberpunk", "emerald", "luxury", "nord", "sunset", "winter", "night", "synthwave", "retro", "forest"],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user