更新配置文件

This commit is contained in:
2021-11-07 11:52:41 +08:00
parent 9da25af6a2
commit 318d8917cd
2 changed files with 4 additions and 1 deletions

View File

@@ -7,8 +7,10 @@ module.exports = {
]
},
'postcss-pxtorem': {
mediaQuery: true,
propList: ['*'],
rootValue: 16,
propList: ['*']
unitPrecision: 3,
}
}
};