Files
hotgo/hotgo-web/postcss.config.js
孟帅 8f3d679a57 tt
2022-02-25 17:11:17 +08:00

6 lines
59 B
JavaScript

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