This commit is contained in:
chuzhixin 2020-09-26 10:34:30 +08:00
parent 93bb68fea6
commit 7de4d344fb

5
postcss.config.js Normal file
View File

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