增加页面字体调整选项,增加功能腾出空间

This commit is contained in:
Lawrence 2021-01-21 20:19:14 +08:00
parent 1b3f03fb22
commit 4a7959507d

View File

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