module.exports = { plugins: { 'postcss-pxtorem': { rootValue: 16, // 设计稿宽度的 1/10 propList: ['*'], // 转换所有属性的px值 // selectorBlackList: ['html'], // 排除html选择器 }, }, };