Authored by ccbikai

调整顺序

@@ -3,12 +3,12 @@ @@ -3,12 +3,12 @@
3 <h2>color</h2> 3 <h2>color</h2>
4 统一色号(css 中使用统一变量)<br> 4 统一色号(css 中使用统一变量)<br>
5 5
6 -黑色: <span class="example color black"></span> $black;<br>  
7 -白色: <span class="example color white"></span> $white;<br>  
8 -红色: <span class="example color red"></span> $red;<br>  
9 -绿色: <span class="example color green"></span> $green;<br>  
10 -灰色: <span class="example color grey"></span> $grey;<br>  
11 -蓝色: <span class="example color blue"></span> $blue;<br> 6 +黑色: $black; <span class="example color black"></span><br>
  7 +白色: $white; <span class="example color white"></span><br>
  8 +红色: $red; <span class="example color red"></span><br>
  9 +绿色: $green; <span class="example color green"></span><br>
  10 +灰色: $grey; <span class="example color grey"></span><br>
  11 +蓝色: $blue; <span class="example color blue"></span><br>
12 12
13 <h2>icon</h2> 13 <h2>icon</h2>
14 iconfont 新建项目,使用 class 控制图标样式,不要用 unicode<br> 14 iconfont 新建项目,使用 class 控制图标样式,不要用 unicode<br>