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 -1
View File
@@ -1,6 +1,6 @@
export default {
plugins: {
tailwindcss: {},
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};