import vhost-audit
This commit is contained in:
5
contrib/contextmenu/src/sass/icons/_variables.scss.tpl
Normal file
5
contrib/contextmenu/src/sass/icons/_variables.scss.tpl
Normal file
@ -0,0 +1,5 @@
|
||||
// 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 %>",<% }); %>
|
||||
);
|
Reference in New Issue
Block a user