Fixes template whitespace
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
}
|
||||
|
||||
<% _.each(glyphs, function(glyph) { %>
|
||||
<%= ' /* SG' %>
|
||||
<%= '/* SG' %>
|
||||
<%= '# Icon font/' + glyph.fileName.split("_")[2] %>
|
||||
```
|
||||
<i class="iconFont iconFont-<%= glyph.fileName.split("_")[2] %> iconFont--size24"></i>
|
||||
```
|
||||
<%= '*/ ' %>
|
||||
<%= '*/' %>
|
||||
.iconFont-<%= glyph.fileName.split("_")[2] %>:before {
|
||||
content: '\<%= glyph.codePoint %>';
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user