Files
qhmes/jeecgboot-vue3/postcss.config.js

6 lines
62 B
Java
Raw Normal View History

2026-04-03 09:56:14 +08:00
module.exports = {
plugins: {
autoprefixer: {},
},
};