Removes extra dash
This commit is contained in:
parent
de2d5fc4ab
commit
a94f57a5a0
@ -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
Loading…
Reference in New Issue
Block a user