How do you integrate a CSS layers polyfill with PrimeVue? #3368
Unanswered
omnichronous
asked this question in
PrimeVue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CSS layers are very useful when working with PrimeVue, however if you're forced to support Safari 15 or other older browsers then you're out of luck.
I've managed to successfully integrate the PostCSS cascade layers polyfill into my project and it works great for Tailwind and the styles I write, however as PrimeVue builds and injects its styles in a very particular way, it sidesteps the polyfill entirely.
Is there any way to hook into the style injection process to apply such a polyfill? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions