Tailwind v4 not working (create-next-app@latest) on arch linux #17341
Replies: 2 comments 1 reply
-
I had the same problem, the base tailwind styles and custom css it came with were there, but the classes weren't compiling. I finally got it to work when I |
Beta Was this translation helpful? Give feedback.
1 reply
-
Works on newest versions. |
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
-
This is a long shot question, but when I use create-next-app@latest for a new project, the tailwindcss isn't compiled. Tailwind v4 doesn't work, but Tailwind v3 does.
Nextjs version : "15.2.3"
"tailwindcss": "^4",
"@tailwindcss/postcss": "^4",
Everything is set up correctly according to the tailwind documentation. It also works on all my other machines.
My question is, what could prevent tailwindcss from being compiled without giving any errors on a specific machine?
Beta Was this translation helpful? Give feedback.
All reactions