This commit is contained in:
chuzhixin 2020-09-26 10:34:30 +08:00
parent 93bb68fea6
commit 7de4d344fb
1 changed files with 5 additions and 0 deletions

5
postcss.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {},
},
};