Skip to content

Instantly share code, notes, and snippets.

@yairEO
Created August 11, 2015 21:42
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 yairEO/1cbf8139c4afb77094de to your computer and use it in GitHub Desktop.
Save yairEO/1cbf8139c4afb77094de to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$icons-map: (add-user: '\e63e', remove-user: '\e63f', user: '\e628', search: '\e62e');
@each $key, $value in $icons-map {
.icon-#{$key}:before { content: #{$value}; }
}
@charset "UTF-8";
.icon-add-user:before {
content: ;
}
.icon-remove-user:before {
content: ;
}
.icon-user:before {
content: ;
}
.icon-search:before {
content: ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment