7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-nested": {},
|
|
"postcss-custom-media": {},
|
|
},
|
|
};
|