voice-changer/client/demo_so-vits-svc_40_c/postcss.config.js

7 lines
100 B
JavaScript
Raw Normal View History

2023-03-30 05:11:41 +03:00
module.exports = {
plugins: {
autoprefixer: {},
"postcss-nested": {},
},
};