休息日瘫沙发翻Sass文档…发现函数里用@each遍历色值真香啊
@function make-bg($colors) {
@each $c in $colors { background: lighten($c, 10%); }
}
登录/注册