You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, in step 2, part 3 (side note - just noticed the steps are misnumbered), we add the DaisyUI plugin to our css file.
@import "tailwindcss";
+ @plugin "daisyui";
At the end of the upgrade guide, we've deleted the themes: ['light', ... config and never put it back. I think the easiest improvement would be to include the themes from the first step as an example of config, with a link to the config docs for more detailed instructions.
Thank you @mkasberg
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
On which page do you see this issue?
https://daisyui.com/docs/upgrade/
Describe the issue
In step 1, part 1 of the upgrade guide, we remove some config v4 DiasyUI config.
Then, in step 2, part 3 (side note - just noticed the steps are misnumbered), we add the DaisyUI plugin to our css file.
@import "tailwindcss"; + @plugin "daisyui";
At the end of the upgrade guide, we've deleted the
themes: ['light', ...
config and never put it back. I think the easiest improvement would be to include the themes from the first step as an example of config, with a link to the config docs for more detailed instructions.Thoughts? I could open a quick PR to improve this if that would be helpful.
What browsers are you seeing the problem on?
No response
The text was updated successfully, but these errors were encountered: