Files
weiSuWei/qd/postcss.config.js
2023-04-23 15:24:46 +08:00

6 lines
59 B
JavaScript

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