Skip to content

Instantly share code, notes, and snippets.

@pvpshoot
Last active August 29, 2015 14:03
Show Gist options
  • Save pvpshoot/c03df6fcb9d616674792 to your computer and use it in GitHub Desktop.
Save pvpshoot/c03df6fcb9d616674792 to your computer and use it in GitHub Desktop.
$tile-len: 50
$tile-color: $nav1-col,$nav2-col,$nav3-col,$nav4-col,$nav5-col,$nav6-col,$nav7-col
@for $i from 1 through $tile-len
&:nth-child(#{$i})
.big-block
background: nth($tile-color, $i % length($tile-color) +1)
&:hover
background-color: lighten(nth($tile-color, $i % length($tile-color) +1), 2%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment