Does Tailwindcss @v4 still support this? #15835
Answered
by
aziz-codes
aziz-codes
asked this question in
Help
-
I have this code in my global.css with next js 14, now i have upgraded to latest version of tailwindcss and next js. so does this code still works?
Thanks for your help |
Beta Was this translation helpful? Give feedback.
Answered by
aziz-codes
Jan 28, 2025
Replies: 1 comment 1 reply
-
Those are warnings from VSCode since it does not know Tailwind CSS specific syntax. You can ignore them or you could look at installing the Tailwind CSS IntelliSense VSCode plugin and then:
Otherwise, you could set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for your response, I installed post css plugin, and it fixed the issue.