Skip to content

Instantly share code, notes, and snippets.

@Panya
Created November 21, 2014 17:12
Show Gist options
  • Save Panya/a7381418bae7d13f8d81 to your computer and use it in GitHub Desktop.
Save Panya/a7381418bae7d13f8d81 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.0.1)
// ----
@each $name, $code in (user: "\e600", group: "\e601") {
%icon-#{$name} {
content: $code;
}
}
.a {
@extend %icon-group;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment