]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix show "2b" text instead of proper glyphicon 16718/head
authordeniss-muhla <deniss.muhla@gmail.com>
Sat, 27 Jun 2015 12:43:09 +0000 (15:43 +0300)
committerdeniss-muhla <deniss.muhla@gmail.com>
Sat, 27 Jun 2015 12:43:09 +0000 (15:43 +0300)
I'm using babel and webpack with less-loader to bundle all resources maybe this will cause this issue.

less/glyphicons.less

index 335d80aa6bfebfc5bd64b60f75a9d49ea79687be..7bc5852d2c07fa416d11001a136a759199628ab3 100644 (file)
@@ -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"; } }