new_shop_supply/postcss.config.js
2024-02-20 09:57:06 +08:00

6 lines
59 B
JavaScript

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