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
相关文章
相关标签/搜索