Skip to content

Instantly share code, notes, and snippets.

@krystalcampioni
Last active January 20, 2016 18:35
Show Gist options
  • Save krystalcampioni/e3e1b8209e9285434a54 to your computer and use it in GitHub Desktop.
Save krystalcampioni/e3e1b8209e9285434a54 to your computer and use it in GitHub Desktop.
.square-colors {
@for $i from 1 through 3 {
$new-angle: 90*$i;
$new-color:adjust-hue($main-color,$new-angle);
ul li:nth-of-type(#{$i}){
background: $new-color;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment