chore: remove unused autoprefixer and postcss deps

Tailwind CSS v4 has built-in PostCSS integration and does not require
these as separate dependencies.
This commit is contained in:
plenarius
2026-04-20 18:23:47 -04:00
parent 76f211af6c
commit 55a49134ee
2 changed files with 0 additions and 62 deletions
-2
View File
@@ -17,8 +17,6 @@
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^4.0.0",
"vite": "^6.0.0"
}