f
This commit is contained in:
13
postcss.config.js
Normal file
13
postcss.config.js
Normal file
@ -0,0 +1,13 @@
|
||||
// postcss.config.js
|
||||
module.exports = {
|
||||
plugins: {
|
||||
"postcss-px-to-viewport": {
|
||||
viewportWidth: 750,
|
||||
// exclude: ["/node_modules"],
|
||||
},
|
||||
"postcss-px2rem-exclude": {
|
||||
remUnit: 75,
|
||||
exclude: /node_modules|folder_name/i,
|
||||
},
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user