79482279

Date: 2025-03-03 22:30:54
Score: 0.5
Natty:
Report link

I faced the same issue despite followin the migration guide from v3. Reading this answer, I created a .postcssrc.json file instead of postcss.config.[js|mjs] and it solved it !

// .postcssrc.json
{
   "plugins": {
      "@tailwindcss/postcss": {}
   }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TCH