.header { color: red; a { width: 100px; @include border-radius(10px); } b { @extend a } }. css結果b 會跟a 有同樣的屬性 .header a, .header b { width: 100px; ...
確定! 回上一頁