Skip to content
On this page
字数:45 字
预计:1 分钟
阅读量:

选择子元素

作者:winches
更新于:10 天前

Reference: CSS-in-JS syntax

html
<!-- 选择 div 下的子元素 a 设置 font-size 为 12px -->
<div class="[&_a]:text-[12px]">
  <a></a>
</div>

Made with ❤️