Skip to content

Instantly share code, notes, and snippets.

@christianmagill
Created June 5, 2018 19:34
Show Gist options
  • Save christianmagill/0906bf23896d3f4a24e51ed38868c168 to your computer and use it in GitHub Desktop.
Save christianmagill/0906bf23896d3f4a24e51ed38868c168 to your computer and use it in GitHub Desktop.
@mixin generate-color-classes(){
@each $name, $color in $foundation-palette {
.color-#{$name}{
color: $color;
}
.background-#{$name}{
background-color: $color;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment