經常使用class 樣式總結

清除浮動 // Clearfix @mixin clearfix { &:before, &:after { content: " "; // 1 display: table; // 2 } &:after { clear: both; } } 滾動條樣式(隱藏) @mixin scrollHide { &::-webkit-scrollbar {
相關文章
相關標籤/搜索