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