boucle CSS

@each $color in blue, red, green {
  .#{$color}-text {color: $color;}
}
Thoughtless Tarantula