Replies: 3 comments 5 replies
-
Hey! It looks like you are still using |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hey I am facing the same issue after upgrading Tailwind to v4 with I have update all my
but I still have an error Error: It looks like you're trying to use `tailwindcss` directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using Tailwind CSS with PostCSS you'll need to install `@tailwindcss/postcss` and update your PostCSS configuration. did you find any solution ?? thanks |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, I’ve solved similar issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried following the required steps in the documentation, but had no luck upgrading to version 4 from 3.3.2.
After running
npx @tailwindcss/upgrade@next
I get:I guess it ignores
.scss
files completely? So I updated the@import
manually. Also, even though it can't find any PostCSS config, when I try to serve my project now, I get:Not sure how NX uses PostCSS exactly. Next I installed
@tailwindcss/postcss
. We had no PostCSS config before, so I added it with the following content just in case:But it didn't help, either,. I receive the same error message.
Beta Was this translation helpful? Give feedback.
All reactions