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