litemall/litemall-admin/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2025-04-14 14:25:41 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}