Skip to content

Instantly share code, notes, and snippets.

@tagliala
Created June 19, 2015 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tagliala/d484e00fe9243d4ba0c8 to your computer and use it in GitHub Desktop.
Save tagliala/d484e00fe9243d4ba0c8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
@mixin variable-icon-font($icon-code) {
content: #{"\"\\"}#{$icon-code + "\""};
}
.icon {
@include variable-icon-font(e603)
}
.icon {
content: "\e603";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment