module.exports = { plugins: { 'postcss-pxtorem': { rootValue: 37.5, propList: ['*'], "selectorBlackList":[".vjs"], }, }, };