Changes case

This commit is contained in:
Javier Arce 2016-01-18 10:38:58 +01:00
parent b73cdb1d5c
commit 88bd56fdd6
5 changed files with 188 additions and 188 deletions

View File

@ -9,7 +9,7 @@
font-style: normal; font-style: normal;
} }
.iconFont { .IconFont {
display: inline-block; display: inline-block;
font-family: 'CartoIcon'; font-family: 'CartoIcon';
font-style: normal; font-style: normal;
@ -22,11 +22,11 @@
<%= '/* SG' %> <%= '/* SG' %>
<%= '# Icon font/' + glyph.fileName.split("_")[2] %> <%= '# Icon font/' + glyph.fileName.split("_")[2] %>
``` ```
<i class="iconFont iconFont-<%= glyph.fileName.split("_")[2] %> iconFont--size24"></i> <i class="IconFont IconFont-<%= glyph.fileName.split("_")[2] %> IconFont--size24"></i>
``` ```
<%= '*/' %> <%= '*/' %>
.iconFont-<%= glyph.fileName.split("_")[2] %>::before { .IconFont-<%= glyph.fileName.split("_")[2] %>::before {
content: '\<%= glyph.codePoint %>'; 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