Usage with DaisyUI? #827
Replies: 2 comments 1 reply
-
On further investigation, I realized it is partially working. What the current issue is now is that Maizzle is stripping out the CSS variables and thus a lot of the shared styling breaks. Is there a way to get the variable's values inlined instead? e.g. with: .btn {
background-color: hsl(var(--pc));
} outputs: .btn {
background-color: hsl(0 0% 100%);
} My current workaround is to manually inject the CSS properties/vars into the top of the Is this possible/configurable? Possibly related: |
Beta Was this translation helpful? Give feedback.
-
I'd just add them in a separate style tag, email clients that support CSS variables will also support CSS in |
Beta Was this translation helpful? Give feedback.
-
How would one go about using DaisyUI with this project?
I've included the plugin in my config but the CSS is not making it into the templates.
Any tips would be greatly appreaciated!
Beta Was this translation helpful? Give feedback.
All reactions