From 49bcdcb0a8223dee3ca0575f57c13a400b12ba7a Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Fri, 24 Oct 2014 22:52:49 +0200 Subject: [PATCH] Added alias for euro -> eur --- less/glyphicons.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/glyphicons.less b/less/glyphicons.less index d3485dcb14..6eab7f7c20 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -33,7 +33,8 @@ // Individual icons .glyphicon-asterisk { &:before { content: "\2a"; } } .glyphicon-plus { &:before { content: "\2b"; } } -.glyphicon-euro { &:before { content: "\20ac"; } } +.glyphicon-euro, +.glyphicon-eur { &:before { content: "\20ac"; } } .glyphicon-minus { &:before { content: "\2212"; } } .glyphicon-cloud { &:before { content: "\2601"; } } .glyphicon-envelope { &:before { content: "\2709"; } }