7 lines
100 B
JavaScript
Raw Normal View History

2023-03-19 01:43:36 +09:00
module.exports = {
plugins: {
autoprefixer: {},
"postcss-nested": {},
},
};