hotgo/hotgo-web/postcss.config.js
2022-02-25 17:11:17 +08:00

6 lines
59 B
JavaScript

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