Replies: 6 comments 8 replies
-
Hey @tugcekucukoglu would you be able to check this one? I appreciate it. Thanks |
Beta Was this translation helpful? Give feedback.
-
remove 'tailwind.config.js' file 'animate' plugin plugins: [primeui] |
Beta Was this translation helpful? Give feedback.
-
I encounter the same problem when upgrading a monorepo with a ui package that uses primevue with tailwindcss. |
Beta Was this translation helpful? Give feedback.
-
In case you are using const primeui = require('tailwindcss-primeui') or anything else you tried to import primeui from 'tailwindcss-primeui' and plug it into export default {
...
plugins: [primeui]
} That's what helped in my case |
Beta Was this translation helpful? Give feedback.
-
Thank you all for your amazing replies! I haven't had the chance to check the tailwind version again as I got caught with many features to implement. However, I will do so soon and get back to you. Many thanks again |
Beta Was this translation helpful? Give feedback.
-
I am having the same problem, I tried to debug it and all I can tell is that Tailwind is not processing the directives. I tried putting the styles inside am Here the description of my issue: https://discord.com/channels/787967399105134612/787968875135762452/1321077734100697192 |
Beta Was this translation helpful? Give feedback.
-
Dears,
I've upgraded today my project to use latest of primevue v4.1.1
All went well!
Next, I tried to use tailwind by following the steps here: https://tailwind.primevue.org/vite
I have the following setup in my app:
My files are as follows:
tailwind.css
The tailwind.css file reference in the imports above, it imports all css for primevue.
I've installed the added the primevue-tailwindcss plugin too.
For the post-css I followed exactly the same configuration steps in the link above.
When I run the app, I get the following error:
Beta Was this translation helpful? Give feedback.
All reactions