Skip to content

Instantly share code, notes, and snippets.

@GregJacobs82
Created February 10, 2021 14:14
Show Gist options
  • Save GregJacobs82/82773ffa72df604358051ec817308eb7 to your computer and use it in GitHub Desktop.
Save GregJacobs82/82773ffa72df604358051ec817308eb7 to your computer and use it in GitHub Desktop.
$colors: (
a: red,
b: green,
c: blue
);
@each $color, $name in $colors{
$i: index($colors, $color $name);
a:nth-child(#{$i}){ color:$color; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment