为了账号安全,请及时绑定邮箱和手机立即绑定
#willULoveMe {sayYes: comparable(2px,1px); sayNo: comparable(2px,1em);}
嗯哼,keywords没太懂,大约得回头再来看这个知识点了。。。
@李慕课 前端是一家,相煎何太急 (‘▽′)Ψ
#spanTimeMachine {color: rgba(200, 150, 40, random());}
max() 和 min()不能传list进去?
$list: (6,50,45,3,55,10,23);
td {width: max($list) + "px"; height: min($list) + "px";}
这么写会报错:
Error: (6, 50, 45, 3, 55, 10, 23) is not a number for `max'
@each $social-network,$social-color in $social-colors {
.btn-#{$social-network} {
color: $social-color;
}
}
最后的方法换成这样更为简单,不需要使用colors函数。
$each key,value in $social-colors
quote("something here") 还是"something here"
unquote(nothing there) 还是 nothing there
单引号、双引号都一样
你不能给开头加了引号的字符串再加开头引号,也不能给开头没有引号的字符串去掉开头引号。
bootstrap脑残粉.......就是我(°ο°)~
我的理解:
for $i from 1 through 3 相当于JavaScript的 for (var i = 1; i <= 3; i++)
for $i from 1 to 3 相当于JavaScript的 for (var i = 1; i < 3; i++)
through有等号,to没有等号
Hello Again World!
和@debug有什么区别
这。。。这,,,
这样太多冒泡的话,感觉可读性会变差,只能当做临时补丁用
只会码代码,对颜色不敏感,落后了
课程须知
对CSS有一定的了解,以及最好是学习完成《sass基础篇》课程,才可以更好的学习本课程。
老师告诉你能学到什么?
1、Sass 的控制命令 2、Sass 的函数功能 3、Sass 的函数的 @ 规则

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消