new_shop_admin_vue/postcss.config.js
2024-02-19 10:51:14 +08:00

6 lines
59 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
}