Commit 67cc6685004cf04fb6323cb4811992ebc783bd3e

Authored by Lawrence
1 parent 4b9549df

增加页面字体大小设置,方便增加功能调整页面

Showing 1 changed file with 0 additions and 3 deletions
web_src/.postcssrc.js
@@ -9,9 +9,6 @@ module.exports = { @@ -9,9 +9,6 @@ module.exports = {
9 'postcss-pxtorem': { 9 'postcss-pxtorem': {
10 rootValue: 24, 10 rootValue: 24,
11 propList: ['font-size'] // 只转化font-size 11 propList: ['font-size'] // 只转化font-size
12 - // propList: ['*'], // 转化全部  
13 - // propList: ['*','!border'], //转化全部,除了border属性  
14 - // selectorBlackList: ['body'] // 过滤掉.am-开头的class,不进行rem转换  
15 } 12 }
16 } 13 }
17 } 14 }