-
Notifications
You must be signed in to change notification settings - Fork 187
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
CSS variable mismatch with PrimeVue 4.x #230
Comments
This should be pinned. We just moved everything to primeflex 😞 and now its just not going to work with primevue v4. |
Try to remove prefix in app init
|
If you are using Nuxt, the solution proposed by asokr also works, you just add the prefix to the export of the theme This is a temporary solution, it would be best to migrate to what will be supported. All the best. |
This is so frustrating!!! :( |
Same problem with PrimeNg.
|
CSS color variable names have changed in PrimeVue 4.x so there's currently a mismatch.
The class
text-red-500
currently uses:This is fine with PrimeVue 3.x but as of 4.x the CSS variable is prefixed and needs the value
--p-red-500
.The text was updated successfully, but these errors were encountered: