module.exports = { plugins: { 'postcss-pxtorem': { rootValue(input) { return /[\\/]node_modules[\\/]/.test(input.file) ? 50 : 100 }, propList: ['*', '!filter'], minPixelValue: 2, }, }, }