Tailwindcss is not being processed after deployment to netlify

Nettlify app. neokard-staging.netlify.app

No DNS issue

Hello,
I am trying to deploy a next.js app from github repository. My site works locally. I also have done production build locally and it seems to work fine.

However, when I deploy in netlify , my taliwindcss is not getting processed. The output CSS still containts

@tailwind base

directives which gives me impression that the postcss processing is not done at all. Build output doesn’t show any error. How do I fix this?

1 Like

Watching this thread

Hey there, @butterfly :wave:

Thanks so much for reaching out. Can you share your full deploy log as well as your build output so that we can look into this further? Additionally, can you please share your project repo?