Fixes template whitespace

This commit is contained in:
Javier Arce
2016-01-17 23:35:00 +01:00
parent 43aadf8a73
commit 8600df8199
5 changed files with 186 additions and 186 deletions

View File

@@ -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