module.exports = { plugins: { "postcss-pxtorem": { rootValue: 33.3, propList: ["*"], }, }, };