调整 PostCSS 配置文件

This commit is contained in:
2022-03-18 17:34:15 +08:00
parent 4fb4f13da3
commit e42e0ec52e

View File

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