This commit is contained in:
jxxghp
2023-06-28 22:43:36 +08:00
parent 487dc19078
commit 3e7dddf4e3
4 changed files with 45 additions and 2 deletions

6
postcss.config.js Normal file
View File

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