0
$list: (orange, purple, teal);
//Add your each-loop here
@each $item in $list {
.{$item} {
background: $item;
}
}
$リスト:(オレンジ、紫、青);SASSの項目の#と{}またはnohingの項目
//Add your each-loop here
@each $item in $list {
.$item {
background: $item;
}
}
$ list:(orange、purple、teal);
//Add your each-loop here
@each $item in $list {
.#{$item} {
background: $item;
}
}
私はこのすべてを実施する場合、SASSに新しいですが、私に同じresult.Whatを与えたあなたがいないときに我々はちょうどのみ$item
何