-
@if 指令是一个SassScript,根据条件来判断使用不同的样式查看全部
-
变量、混合宏、插值概念查看全部
-
变量、混合宏和插值查看全部
-
跟有单位相乘的时候,结果也带单位查看全部
-
$list: zip(solid dashed dotted,1px 2px 3px,green blue red); @for $i from 1 through length($list){ .box#{$i}{ border:nth($list, $i); } }查看全部
-
@for $i from <start> through <end> @for $i from <start> to <end> through 表示包括 end 这个数,而 to 则不包括 end 这个数。查看全部
-
sass中的if判断 @if @else查看全部
-
供调试使用:@debug, @warn, @error查看全部
-
@extend xxx;//相当于添加并覆盖在最后边查看全部
-
改(如):HTML => <ul class="swatches redBase"> (其他的每个都需要)查看全部
-
mix($color1, $color2, [weight]);//weight默认50%,设置为$color1的混合比例查看全部
-
map-merge($1, $2);//$2中如果有与$1相同key,则会覆盖掉$1中的那个key和值查看全部
-
map类似JSON,可多层嵌套,只是最外层必须是以一个$形式声明的变量查看全部
-
introspection函数下的几个判断函数:查看全部
-
index($list, $n);//返回指定项的索引,从1开始;或者false查看全部
举报
0/150
提交
取消