dykj-admin/postcss.config.js

7 lines
199 B
JavaScript
Raw Normal View History

2024-05-22 13:05:33 +08:00
module.exports = {
plugins: {
2024-05-22 14:20:44 +08:00
// Autoprefixer会根据当前浏览器的流行度和你项目中设置的浏览器支持目标来自行决定需要添加哪些前缀
2024-05-22 13:05:33 +08:00
autoprefixer: {}
}
}