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

pull/45/head
Lawrence 2021-01-21 20:02:33 +08:00
parent 4b9549dfbf
commit 67cc668500
1 changed files with 0 additions and 3 deletions

View File

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