new_shop_admin/postcss.config.js
2023-05-11 09:19:34 +08:00

6 lines
59 B
JavaScript

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