Цикл for в saas

  @for $i from 1 to 4 {
.social_proof_img{$i}{
  width: 20%;
  height: 50px;
  background: url(../images/social{$i}.png)no-repeat center;
  background-size: contain;
}

Возможно ли такое в SCSS?


Ответы (0 шт):