Deployment on Vercel fails with “Missed semicolon” in globals.css under Tailwind v4 #17750
Unanswered
Ka1Thakkar
asked this question in
Help
Replies: 2 comments 1 reply
-
Hey! You have a class .aspect-\[9\:16\] {
aspect-ratio: 9:16;
} Change this to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Had the same issue, never in a million years would I have suspected this was the cause. Changing |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I’m experimenting with Tailwind v4 in a Next.js project and everything works locally—but every time I deploy to Vercel, the build crashes with:
Syntax error: tailwindcss: /vercel/path0/app/globals.css Missed semicolon
I’ve looked through GitHub issues and tried all of the suggested solutions, but nothing seems to resolve it in the Vercel environment.
Repository:
https://github.com/Ka1Thakkar/AI-Notes-App
Beta Was this translation helpful? Give feedback.
All reactions