hldy_yunwei_vue/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

2025-07-03 17:40:00 +08:00
module.exports = {
plugins: {
autoprefixer: {},
},
};