79498244

Date: 2025-03-10 14:10:31
Score: 2
Natty:
Report link

You seem to be using some v3 configs with some v4 configs at the same time.

Considering you want to use latest tailwindcss v4 with vite, you do not need to handle PostCSS manually.

Uninstall PostCSS, delete the PostCSS file and follow the steps here.

Your vite file seems to be correct.

Your index.css can lose the old v3 @tailwind directives in favour of the new @import "tailwindcss";

Reasons:
  • No code block (0.5):
  • User mentioned (1): @tailwind
  • User mentioned (0): @import
  • Low reputation (0.5):
Posted by: Frox