Files
ClassContent/历届学生/逯帅帅/项目开发/上课项目/电商/postcss.config.js
2024-09-27 02:06:13 +08:00

12 lines
193 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {
browsers: ["Android >= 4.0", "iOS >= 7"],
},
"postcss-pxtorem": {
rootValue: 37.5,
propList: ["*"],
},
},
};