voice-changer/client/demo/postcss.config.js
2023-01-05 02:28:36 +09:00

7 lines
100 B
JavaScript

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