79665261

Date: 2025-06-13 18:41:25
Score: 4
Natty:
Report link

I also faced same issue, the issue is in "tailwind.config.js" file. when I give this command: "npx tailwindcss init -p" it gives me error. then I manually create both files: "tailwind.config.js" and "postcss.config.js". but still it didn't work. The issue was in the tailwind version, I had the new version of Tailwindcss. After that, I downgrade the version of Tailwind to "3.4.17" and run this command: "npx tailwindcss init -p". It works.

Reasons:
  • Blacklisted phrase (2): gives me error
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arslan Akmal