-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tailwind v3 neutral color palette no longer working after installing daisyui #1070
Comments
This is the reason why it's not working: #683 (comment) I will try to find a way to fix this without creating duplicate styles... |
Extra note: This also happens with Side note: I think it would be fine if DaisyUI overrides them, but currently it doesn't look like there is a way to configure the color palette (50, 100, 200, ..., 800, 900). DaisyUI was really nice to use today in some experimentation. Thanks :) |
Was also bitten by this. I would also suggest that daisyUI, as a Tailwind library, should only extend/enhance Tailwind's defaults. (@saadeghi Many thanks for your work here, I am not a designer but daisyUI helped me get something nice to look at in the browser in record time) |
Fixed in latest version |
Tailwind added the neutral color palette for v3 https://tailwindcss.com/docs/customizing-colors. After installing daisyui there is a conflict as daisyUI also defines a neutral color.
This can be fixed with the following addition to the tailwind.config as described in this StackOverflow post
If possible I think this should not be necessary or else this should be mentioned in the docs.
The text was updated successfully, but these errors were encountered: