voice-changer/recorder/postcss.config.js

7 lines
100 B
JavaScript
Raw Permalink Normal View History

2023-02-08 21:11:38 +03:00
module.exports = {
plugins: {
autoprefixer: {},
"postcss-nested": {},
},
};