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
presetUni({ remRpx: { baseFontSize: 4, screenWidth: 750, mode: 'rem2rpx' }, attributify: { prefixedOnly: true, prefix: 'un-' } })
按此配置绝大部分样式可以正常转换为rpx单位,但和borderWidth相关的却是px
rpx
borderWidth
px
<view class="w-20 b-2"></view>
.w-20{ width:20rpx; } .b-2{ border-width:2px; }
基础环境信息:
macOS 14.4
20.11.1
1.88.1
2.0.14
基础依赖信息:
3.4.21
4.3.5
3.0.0-4000820240401001
pnpm
The text was updated successfully, but these errors were encountered:
这是 unocss 的约定,插件也遵循原本的约定 请用指定单位代替,如:b-2px|b-2rpx
unocss
b-2px|b-2rpx
Sorry, something went wrong.
@zguolee cc?
No branches or pull requests
描述问题
按此配置绝大部分样式可以正常转换为
rpx
单位,但和borderWidth
相关的却是px
复现
系统信息
基础环境信息:
macOS 14.4
20.11.1
1.88.1
2.0.14
基础依赖信息:
3.4.21
4.3.5
3.0.0-4000820240401001
使用的包管理器
pnpm
核对
The text was updated successfully, but these errors were encountered: