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