This commit is contained in:
2025-03-24 09:23:26 +08:00
parent a4f7d1da99
commit e88791f8ff
6 changed files with 1786 additions and 670 deletions

View File

@@ -1,7 +1,6 @@
// postcss 插件以 object 方式注册的话,是按照由上到下的顺序执行的
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
"@tailwindcss/postcss": {},
}
}