Replies: 1 comment
-
Hey! It looks like you are still using |
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
-
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