Does Primeng 19 support Tailwind 4.0.0? #3446
Replies: 3 comments
-
We are also adding Tailwind 4.0.0 to our projects. Except for 2 small issues it's going fine, but we are not finished yet. As mentioned here: angular/angular-cli#28938 (comment) Angular is still locked to version 2 or 3. In the Tailwind installation instructions they say to use --force To avoid saying --force every time when doing npm install. We added this to our package.json: Another issue we had was with PrimeIcons (it was not finding the url of the fonts) when we used the instructions on. When using @import in the css file we got this error during build:
|
Beta Was this translation helpful? Give feedback.
-
using @use instead of @import in src/styles.scss resolves the primeicons font issue src/styles.scss:
|
Beta Was this translation helpful? Give feedback.
-
What about the "tailwindcss-primeui" plugin that's required for the tailwind.config.js (which doesn't exist anymore) |
Beta Was this translation helpful? Give feedback.
-
I was trying to install tailwind 4.0.0 but I can't make it working on PrimeNg19, it only works with the previous version which is 3.4.x.
Could someone verify? if not when could it be supported?
Beta Was this translation helpful? Give feedback.
All reactions