“untuk di sass” Kode Jawaban

Loops SCSS

@for $i from 1 through 3 {
  ul:nth-child(3n + #{$i}) {
    background-color: lighten($base-color, $i * 5%);
  }
}
Blue Beaver

untuk di sass

$base-color: #036;

@for $i from 1 through 3 {
  ul:nth-child(3n + #{$i}) {
    background-color: lighten($base-color, $i * 5%);
  }
}




Difficult Dormouse

Jawaban yang mirip dengan “untuk di sass”

Pertanyaan yang mirip dengan “untuk di sass”

Lebih banyak jawaban terkait untuk “untuk di sass” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya