voice-changer/recorder/postcss.config.js
2023-02-09 03:12:43 +09:00

7 lines
100 B
JavaScript

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