This commit is contained in:
李东云
2023-11-21 16:48:38 +08:00
commit daaf33121b
27 changed files with 1826 additions and 0 deletions

6
postcss.config.js Normal file
View File

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