feat: 整合tailwindcss

Former-commit-id: 9f7aa8245149c0e45790277d4780dc93dbe1c495
This commit is contained in:
haoxr
2022-12-31 22:04:00 +08:00
parent ea3da5a586
commit 6749c10cfc
3 changed files with 25 additions and 0 deletions

6
postcss.config.js Normal file
View File

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