[dep] upgrade tailwindcss v4

This commit is contained in:
Purp1e
2025-11-05 00:22:03 +08:00
parent 67b6c74907
commit ae67e90745
6 changed files with 10 additions and 11 deletions

View File

@@ -1,9 +1,6 @@
module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": "postcss-nesting",
tailwindcss: {},
autoprefixer: {},
"@tailwindcss/postcss": {},
...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {}),
},
}