feature_0521
parent
f738732de1
commit
e02a68db10
@ -1,10 +1,9 @@
|
||||
|
||||
module.exports = {
|
||||
plugins: {
|
||||
autoprefixer: {},
|
||||
"postcss-px2rem-exclude": {
|
||||
remUnit: 192,
|
||||
exclude: /node_modules|folder_name/i
|
||||
}
|
||||
}
|
||||
remUnit: 40,
|
||||
exclude: /node_modules|folder_name/i,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue