Next.js Discord

Discord Forum

Incomplete CSS Rendering while deploying on vercel

Unanswered
Peruvian Inca Orchid posted this in #help-forum
Open in Discord
Avatar
Peruvian Inca OrchidOP
The only CSS file in my project which's globals.css is not processed completely because of which the styles are not being displayed properly.
By running it locally, everything works fine (using npm run dev as well as npm run build, npm start).
Please help me out..

5 Replies

Avatar
Peruvian Inca OrchidOP
Avatar
some of the chunks are processed
Image
npm run build & npm run start should be the same as production build on vercel
can you share your tailwind.config.js?