增加页面字体大小设置,方便增加功能调整页面
parent
4b9549dfbf
commit
67cc668500
|
@ -9,9 +9,6 @@ module.exports = {
|
||||||
'postcss-pxtorem': {
|
'postcss-pxtorem': {
|
||||||
rootValue: 24,
|
rootValue: 24,
|
||||||
propList: ['font-size'] // 只转化font-size
|
propList: ['font-size'] // 只转化font-size
|
||||||
// propList: ['*'], // 转化全部
|
|
||||||
// propList: ['*','!border'], //转化全部,除了border属性
|
|
||||||
// selectorBlackList: ['body'] // 过滤掉.am-开头的class,不进行rem转换
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue