module.exports = { plugins: { 'postcss-pxtorem': { rootValue: 36, propList: ['*'], }, }, }