We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序
https://gith **小程序基础库: ** 使用框架: React
cosnt config = { h5: { alias, postcss: { pxtransform: { enable: true, config: { baseFontSize: 16, }, }, }
baseFontSize=16
baseFontSize=undefined
👽 Taro v3.5.0
看起来这里有问题
taro/packages/postcss-pxtransform/index.js
Line 44 in 48d979c
少了括号?
const baseFontSize = options.baseFontSize || (options.minRootSize >= 1 ? options.minRootSize : 20)
The text was updated successfully, but these errors were encountered:
看起来是这里取值的问题,可以提一个pr
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
相关平台
微信小程序
复现仓库
https://gith
**小程序基础库: **
使用框架: React
复现步骤
期望结果
baseFontSize=16
实际结果
baseFontSize=undefined
环境信息
可能影响的代码
看起来这里有问题
taro/packages/postcss-pxtransform/index.js
Line 44 in 48d979c
少了括号?
The text was updated successfully, but these errors were encountered: