voice-changer/client/demo_so-vits-svc_40_c/postcss.config.js
2023-03-30 11:11:41 +09:00

7 lines
100 B
JavaScript

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