feat: 引入tailwind css样式

This commit is contained in:
H0nGzA1
2023-03-23 18:08:41 +08:00
parent fc1ab98b2b
commit a304a49107
6 changed files with 212 additions and 18 deletions

6
web/postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}