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