Lawrence
2021-01-27 70564219ae079cadf95997e3cfb49a1c8277db52
web_src/.postcssrc.js
@@ -9,9 +9,6 @@
    'postcss-pxtorem': {
      rootValue: 24, 
      propList: ['font-size'] // 只转化font-size
        // propList: ['*'], // 转化全部
        // propList: ['*','!border'], //转化全部,除了border属性
        // selectorBlackList: ['body'] // 过滤掉.am-开头的class,不进行rem转换
    }
  }
}