dykj-platfrom/postcss.config.js
2024-05-26 09:55:01 +08:00

7 lines
199 B
JavaScript

module.exports = {
plugins: {
// Autoprefixer会根据当前浏览器的流行度和你项目中设置的浏览器支持目标来自行决定需要添加哪些前缀
autoprefixer: {}
}
}