Removes extra dash

This commit is contained in:
Javier Arce 2016-01-25 10:31:54 +01:00
parent de2d5fc4ab
commit a94f57a5a0
5 changed files with 194 additions and 194 deletions

View File

@ -42,7 +42,7 @@ All available icons in CartoDB.
<% _.each(glyphs, function(glyph) { %>
<% var name = glyph.fileName.split("_")[2].toCamelCase(); %>
<div class="box">
<i class="CDB-IconFont CDB-IconFont--<%= name %> Size-large"></i>
<i class="CDB-IconFont CDB-IconFont-<%= name %> Size-large"></i>
<h4 class="Text Size-small"><%= name %></h4>
</div>
<% }); %>
@ -51,7 +51,7 @@ All available icons in CartoDB.
<% _.each(glyphs, function(glyph) { %>
<% var name = glyph.fileName.split("_")[2].toCamelCase(); %>
.CDB-IconFont--<%= name %>::before {
.CDB-IconFont-<%= name %>::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