fix: update PostCSS configuration to correctly reference '@tailwindcss/postcss'

This commit is contained in:
MythEclipse
2026-05-07 21:04:45 +07:00
parent 262dbfafbe
commit e553ed3e02
3 changed files with 91 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
"tailwindcss": "^4.2.4"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.4",
"next": "^16.2.5",
"react": "^19.2.6",
"react-dom": "^19.2.6"