浏览 206
分享
4 变量
【强制】 变量命名必须采用 @foo-bar 形式,不允许使用 @fooBar 形式;
示例:
/* Not so great */
$cardColor: # fff;
/* Better */
$card-color: # fff;
评论列表