shanghai_vue3/postcss.config.js
2025-01-08 01:18:50 +00:00

6 lines
58 B
JavaScript

export default {
plugins: {
autoprefixer: {}
}
}