1

首先需要安装lib-flexible依赖包
npm install lib-flexible -save

然后在postcss.config.js文件中添加如下代码
module.exports = {
plugins: {

autoprefixer: {},
"postcss-px2rem": {
  remUnit: 75 //转换为rem的基准px
  //其他配置选项自行查文档
}

}
}

注:remUnit值是设定的基本换算单位


N_饼干
40 声望5 粉丝

web前端工程师