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
Hi @leebenson, just don't import our CSS file, because you have custom Tailwind config for your project. However, if these styles are needed for you, place them before your custom Tailwind styles will be added.
Describe the bug
After following the setup instructions for a NextJS project, including this line:
... seems to overwrite custom color classes in
tailwind.config.css
set in thetheme.extend.colors
section.To Reproduce
Using this
tailwind.config.ts
:... And then use the color in any component:
Expected behavior
The resulting CSS should contain the extended theme colour class names.
Actual behavior
The class names don't exist in the resulting CSS and therefore styles aren't applied.
The text was updated successfully, but these errors were encountered: