This commit is contained in:
pplokijuhyg 2019-11-25 15:21:49 +08:00
parent 94e5389e1b
commit c8a57c86f1

View File

@ -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": [
"*" "*"
] ]
} }
} }
}, },
到此位置配置就完成了