增加页面字体调整选项,增加功能腾出空间
parent
2c47c8c86b
commit
fc3e633d62
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue