Skip to content

Commit

Permalink
Fix show "2b" text instead of proper glyphicon
Browse files Browse the repository at this point in the history
I'm using babel and webpack with less-loader to bundle all resources maybe this will cause this issue.
  • Loading branch information
deniss-muhla committed Jun 27, 2015
1 parent d2d7784 commit a047eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/glyphicons.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}

// Individual icons
.glyphicon-asterisk { &:before { content: "\2a"; } }
.glyphicon-plus { &:before { content: "\2b"; } }
.glyphicon-asterisk { &:before { content: "\002a"; } }
.glyphicon-plus { &:before { content: "\002b"; } }
.glyphicon-euro,
.glyphicon-eur { &:before { content: "\20ac"; } }
.glyphicon-minus { &:before { content: "\2212"; } }
Expand Down

0 comments on commit a047eab

Please sign in to comment.