79778468

Date: 2025-09-29 19:13:06
Score: 1.5
Natty:
Report link

You need to use .postcssrc.json instead of your postcss.config.js

.postcssrc.json**

{
  "plugins": {
    "@tailwindcss/postcss": {}
  }
}

https://angular.dev/guide/tailwind

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: djessy5001