.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 在里面寫上全部的動畫,這樣子就尷尬了,二樓的案例又不成立??偨Y:適合小項目中不需要太高度提取樣式的項目,直接將每一個元素的屬性直接寫在內部。你懂得。。
2017-03-06
還有人在堅持,哥都是第二回來了,堅持在有半個小時就完了,真費勁啊,為了點錢也是只能這么拼了,后面還有兩個課程 sass+compass初級以及高級。。。。。