module.exports = { plugins: { // 'postcss-pxtorem': { // rootValue: 100, // 设置根元素字体大小,1rem = 16px // propList: ['*'], // 将所有属性都转换成rem // }, }, };