7 lines
100 B
JavaScript
Raw Normal View History

2023-03-15 08:56:17 +09:00
module.exports = {
plugins: {
autoprefixer: {},
"postcss-nested": {},
},
};