Skip to content

Instantly share code, notes, and snippets.

@prosenjit-manna
Created August 25, 2017 07:15
Show Gist options
  • Save prosenjit-manna/7a6147fb7989753374ad616885fe8d72 to your computer and use it in GitHub Desktop.
Save prosenjit-manna/7a6147fb7989753374ad616885fe8d72 to your computer and use it in GitHub Desktop.
_icons-variables.scss
<% _.each(glyphs, function(glyph) { %>
$<%= cssClass%>-<%= glyph.fileName %>: "\<%= glyph.codePoint %>";
<% }); %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment