修复ssrc释放失败的问题

This commit is contained in:
panlinlin
2021-03-03 10:30:06 +08:00
parent e864becace
commit 2d82d1b8ee
3 changed files with 13 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {},
'postcss-pxtorem': {
rootValue: 24,
rootValue: 16,
propList: ['font-size'] // 只转化font-size
}
}