Changes case
This commit is contained in:
parent
b73cdb1d5c
commit
88bd56fdd6
@ -9,7 +9,7 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.iconFont {
|
||||
.IconFont {
|
||||
display: inline-block;
|
||||
font-family: 'CartoIcon';
|
||||
font-style: normal;
|
||||
@ -22,11 +22,11 @@
|
||||
<%= '/* SG' %>
|
||||
<%= '# 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 %>';
|
||||
}
|
||||
<% }); %>
|
||||
|
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