litemall/litemall-vue/.postcssrc.js

6 lines
60 B
JavaScript
Raw Normal View History

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