.casl{
text:percentage(5);
text:round(52.3);
text:ceil(2.6);
text:floor(3.3);
text:abs(-55);
text:min(55,23);
text:max(36,25);
text:random(1);
}
text:percentage(5);
text:round(52.3);
text:ceil(2.6);
text:floor(3.3);
text:abs(-55);
text:min(55,23);
text:max(36,25);
text:random(1);
}
2017-03-14
$a:type-of(false);
$b:type-of(green);
$c:type-of(10 / 5 = 2);
.test{
content:$a,$b,$c
}
$b:type-of(green);
$c:type-of(10 / 5 = 2);
.test{
content:$a,$b,$c
}
2017-03-10
body{
width:length(5px 88px (border 66px solid) 4em (border 8em solid));
}
width:length(5px 88px (border 66px solid) 4em (border 8em solid));
}
2017-03-10
$list: border-bottom (4px solid blue) black;
.text {
content: nth($list,2);
}
.text {
content: nth($list,2);
}
2017-03-09
乍一看一楼说的确实很有道理,但是看完二楼的demo还是手贱的点了个赞,因为他娘的确实人外有人,很精辟的例子。但是其实一般项目中动画我相信我们会写一个animation.scss 在里面写上全部的动画,这样子就尴尬了,二楼的案例又不成立。总结:适合小项目中不需要太高度提取样式的项目,直接将每一个元素的属性直接写在内部。你懂得。。
2017-03-06
还有人在坚持,哥都是第二回来了,坚持在有半个小时就完了,真费劲啊,为了点钱也是只能这么拼了,后面还有两个课程 sass+compass初级以及高级。。。。。