Lawrence
2021-01-21 67cc6685004cf04fb6323cb4811992ebc783bd3e
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转换
    }
  }
}