648540858
2023-10-07 c084d6c98af1ef4d36a61adc719df5db76589428
web_src/.postcssrc.js
@@ -7,11 +7,8 @@
    // to edit target browsers: use "browserslist" field in package.json
    "autoprefixer": {},
    'postcss-pxtorem': {
      rootValue: 24,
      rootValue: 16,
      propList: ['font-size'] // 只转化font-size
        // propList: ['*'], // 转化全部
        // propList: ['*','!border'], //转化全部,除了border属性
        // selectorBlackList: ['body'] // 过滤掉.am-开头的class,不进行rem转换
    }
  }
}