voice-changer/client/demo_DDSP-SVC/postcss.config.js
2023-03-24 08:47:50 +09:00

7 lines
100 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
"postcss-nested": {},
},
};