Daisy UI

October 29, 2024 ยท Tyler Yeager

Color classes eg

text-primary-content

Using themed background image for Daisyui

tailwind.config.mjs
export default {
theme: {
backgroundImage: {
pattern: "var(--image)"
}
},
daisyui: {
themes: [
{
light: {
"--image": "url('example.com')"
},
dark: {
"--image": "url('dark.example.com')"
}
}
]
}
}

Did you find this interesting?

Consider subscribing ๐Ÿ˜Š

No AI-generated content or SEO garbage.

Unsubscribe anytime