Skip to content

Instantly share code, notes, and snippets.

@chickenfoot88
Created April 27, 2017 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chickenfoot88/9ec3fdc5bbd3158f4805917491d3ce23 to your computer and use it in GitHub Desktop.
Save chickenfoot88/9ec3fdc5bbd3158f4805917491d3ce23 to your computer and use it in GitHub Desktop.
$colors: $blue, $red, $accent
@for $i from 1 through length($colors)
.carousel-services .owl-item:nth-child(#{length($colors)}n+#{$i})
background-color: nth($colors, $i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment