module.exports = { plugins: { autoprefixer: {}, 'postcss-pxtorem': { rootValue: 37.5, propList: ['*'], selectorBlackList: ['.ignore-px'], minPixelValue: 2 } } }