voice-changer/client/demo/postcss.config.js
2023-04-07 05:21:47 +09:00

7 lines
100 B
JavaScript

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