module.exports = { plugins: { autoprefixer: {}, "postcss-px2rem-exclude": { remUnit: 40, exclude: /node_modules|folder_name/i, }, }, };