feat: tailwindcss

This commit is contained in:
2024-12-18 17:49:02 +08:00
parent 54780c2b24
commit 80226cc657
28 changed files with 1398 additions and 59 deletions

7
postcss.config.js Normal file
View File

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