Jeecg-boot/jeecgboot-vue3/postcss.config.js

6 lines
62 B
Java
Raw Normal View History

2024-10-20 14:28:53 +00:00
module.exports = {
plugins: {
autoprefixer: {},
},
};