7 lines
100 B
JavaScript
Raw Normal View History

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