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
如下代码,第一个 Box 生成了 CSS .color-deeppink,内容为空,导致第二个没有样式。
Box
.color-deeppink
考虑生成类时把子元素也加上?例如生成 span-color-deeppink ?
span-color-deeppink
<div> <Box css={{ span: { color: 'deeppink', }, }} > <span>Hi, Fower!</span> </Box> <Box color="deeppink"> 粉色 </Box> </div>
The text was updated successfully, but these errors were encountered:
@twinh fixed in new version v1.59.0
Sorry, something went wrong.
No branches or pull requests
如下代码,第一个
Box
生成了 CSS.color-deeppink
,内容为空,导致第二个没有样式。考虑生成类时把子元素也加上?例如生成
span-color-deeppink
?The text was updated successfully, but these errors were encountered: