Description
What version of Tailwind CSS are you using?
v4.0.15
What build tool (or framework if it abstracts the build tool) are you using?
Next 15.2.3
What version of Node.js are you using?
Node 22
What browser are you using?
N/A
What operating system are you using?
Vercel
Reproduction URL
N/A
Describe your issue
Recently I have updated tailwindcss from v4.0.12 in one of my private project, the project is built on vercel, after updating the project takes a lot of time to build

just tailwindcss and tailwindcss/postcss are updated from 4.0.9 to 4.0.15. no other changes.
After downgrading tailwindcss/postcss to v4.0.9, the builds are back to normal. In some project with considerable size, the build never finishes on vercel.

Note: There are no code changes between the upgrades and downgrades.
Works fine locally though, maybe because of the compute is higher on local machine.