Added postcss config
This commit is contained in:
15
postcss.config.js
Normal file
15
postcss.config.js
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
export default {
|
||||||
|
plugins: {
|
||||||
|
"postcss-import": {},
|
||||||
|
"postcss-preset-env": {
|
||||||
|
stage: 1,
|
||||||
|
features: {
|
||||||
|
"nesting-rules": false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"postcss-utilities": {},
|
||||||
|
"postcss-nesting": {},
|
||||||
|
cssnano:
|
||||||
|
process.env.NODE_ENV === "production" ? { preset: "advanced" } : false,
|
||||||
|
},
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user