7 lines
100 B
JavaScript
Raw Normal View History

2023-03-30 11:11:41 +09:00
module.exports = {
plugins: {
autoprefixer: {},
"postcss-nested": {},
},
};