From: Roland Warmerdam Date: Sun, 30 Jun 2013 22:51:08 +0000 (+1200) Subject: Prevent the font shorthand from getting compiled as division X-Git-Tag: v3.0.0-rc1~194^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e8752b26f08b888300fad5a0e357c860ab594b2;p=thirdparty%2Fbootstrap.git Prevent the font shorthand from getting compiled as division --- diff --git a/less/mixins.less b/less/mixins.less index 24ca797ffd..48c0d011a9 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -71,7 +71,7 @@ // CSS image replacement // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 .hide-text() { - font: 0/0 a; + font: ~"0/0" a; color: transparent; text-shadow: none; background-color: transparent;