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
<div class="sider ant-layout-sider-collapsed"></div>
sider为local, ant-layout-sider-collapsed为global, 引用同级元素但是混合的这时候要如何写? 下面的写法貌似都不行
.sider { :global &.ant-layout-sider-collapsed { .anticon { font-size: 16px; } } }
.sider { &:global(.ant-layout-sider-collapsed) { .anticon { font-size: 16px; } } }
The text was updated successfully, but these errors were encountered:
camsong/blog#5
Sorry, something went wrong.
不建议把 GitHub 当技术论坛来用。
非常感谢~
.global(.ant-layout-sider-collapsed).sider { // styles }
No branches or pull requests
<div class="sider ant-layout-sider-collapsed"></div>
sider为local, ant-layout-sider-collapsed为global, 引用同级元素但是混合的这时候要如何写? 下面的写法貌似都不行
The text was updated successfully, but these errors were encountered: