Files
dc-recorder/postcss.config.js
T

6 lines
60 B
JavaScript
Raw Normal View History

export default {
plugins: {
autoprefixer: {},
},
};