module.exports = { plugins: { 'postcss-pxtorem': { rootValue: 192, propList: ['*'], selectorBlackList: ['height'], minPixelValue: 2 } } }