Skip to content

Instantly share code, notes, and snippets.

@conormcafee
Created August 21, 2015 12:07
Show Gist options
  • Save conormcafee/fc51f038f3a3c82c31b4 to your computer and use it in GitHub Desktop.
Save conormcafee/fc51f038f3a3c82c31b4 to your computer and use it in GitHub Desktop.
$map-name: (
selector: value
);
@each $selector, $value in $map-name {
.foo-#{$value}{
bar: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment