new_shop_merchant_vue/postcss.config.js
2024-03-12 15:18:56 +08:00

6 lines
59 B
JavaScript

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