Incomplete CSS Rendering while deploying on vercel
Unanswered
Peruvian Inca Orchid posted this in #help-forum
Peruvian Inca OrchidOP
The only CSS file in my project which's
By running it locally, everything works fine (using
Please help me out..
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
Peruvian Inca OrchidOP
this is the final output of the above:
https://amanjaiswal-git-main-ajais980s-projects.vercel.app
https://amanjaiswal-git-main-ajais980s-projects.vercel.app
some of the chunks are processed
npm run build & npm run start
should be the same as production build on vercelcan you share your tailwind.config.js?