DBSD_ZJPT/jeecgboot-vue3/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

2024-08-13 13:46:48 +08:00
module.exports = {
plugins: {
autoprefixer: {},
},
};