648540858
2024-04-01 426ea72d7f31e0f4c5ad90c48d98299b9ac83e45
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转换
    }
  }
}