less && scss

less 變量(Variables) @width: 10px; #header { width: @width;  } 混合(Mixins) .bordered { border-top: dotted 1px black; border-bottom: solid 2px black; } #menu a { color: #111; .bordered(); } 嵌套(Nesting
相關文章
相關標籤/搜索