module.exports = {
plugins: {
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*'], // 对所有属性生效
},
};