Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stanruss/56e8c9bb472b58e171c23622a2a9504d to your computer and use it in GitHub Desktop.
Save stanruss/56e8c9bb472b58e171c23622a2a9504d to your computer and use it in GitHub Desktop.
Чередование цветов элемента
$colors: $font-color, $active-link
@for $i from 1 through length($colors)
section: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