Answers for "css loop"

CSS
0

css loop

@each $color in blue, red, green {
  .#{$color}-text {color: $color;}
}
Posted by: Guest on April-18-2022

Browse Popular Code Answers by Language