jeecg-boot-vue3/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

2021-10-20 06:32:09 +00:00
module.exports = {
plugins: {
autoprefixer: {},
},
};