| 12345 |
- // DON'T MANUALLY EDIT THIS FILE; run `gulp build-icons` instead.
- $context-menu-icons-cachebust: "<%= (0|Math.random()*9e6).toString(36) %>";
- $context-menu-icons: (<% _.each(glyphs, function(glyph) { %>
- <%= glyph.name %>: "<%= glyph.unicode[0].charCodeAt(0).toString(16).toUpperCase() %>",<% }); %>
- );
|