摘要: module.exports = { plugins: { autoprefixer: {}, // 用来给不同的浏览器自动添加相应前缀,如-webkit-,-moz-等等 "postcss-px-to-viewport": { unitToConvert: "px", // 要转化的单位 view 阅读全文
posted @ 2022-09-22 15:19 820820820 阅读(127) 评论(0) 推荐(0)