update
This commit is contained in:
parent
94e5389e1b
commit
c8a57c86f1
@ -32,13 +32,13 @@ yarn add vant
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"postcss-pxtorem": {
|
"postcss-pxtorem": {
|
||||||
"rootValue": 37.5, //结果为:设计稿元素尺寸/37.5,比如元素宽750px,最终页面会换算成 20rem
|
"rootValue": 37.5, //结果为:设计稿元素尺寸/37.5,比如元素宽750px,最终页面会换算成 20rem,可以理解为1rem等于多少的px
|
||||||
"propList": [
|
"propList": [
|
||||||
"*"
|
"*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
到此位置配置就完成了
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user