This commit is contained in:
pplokijuhyg 2019-11-25 15:51:39 +08:00
parent e6068c84ff
commit 82417b5eab

View File

@ -33,7 +33,7 @@ yarn add vant
]
},
"postcss-pxtorem": {
"rootValue": 37.5, //结果为:设计稿元素尺寸/37.5比如元素宽750px,最终页面会换算成 20rem可以理解为1rem等于多少的px
"rootValue": 100, //结果为:设计稿元素尺寸/37.5比如元素宽750px,最终页面会换算成 20rem可以理解为1rem等于多少的px
"propList": [
"*"
]