@extend指令用于共享规则和选择器之间的关系。它可以扩展所有其他类的 ... font-style: italic; } h2{ color: #61C8E1; } .container{ @extend .style; @extend h2 }
確定! 回上一頁