79744915

Date: 2025-08-24 13:53:19
Score: 1
Natty:
Report link

Running this only installs the dependencies. It doesn’t generate the tailwind.config.js.

npm install -D tailwindcss postcss autoprefixer

You need to run:

npx tailwindcss init -p

This will create both tailwind.config.js and postcss.config.js.

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