boyue-ui-admin-vue3/postcss.config.js

6 lines
58 B
JavaScript
Raw Normal View History

export default {
plugins: {
autoprefixer: {}
}
}