aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Warmerdam <[email protected]>2013-07-01 10:51:08 +1200
committerRoland Warmerdam <[email protected]>2013-07-01 10:51:08 +1200
commit2e8752b26f08b888300fad5a0e357c860ab594b2 (patch)
treedada741539ad98075b45ef28121cc2ab449f4f89
parent534eac52428ca6201ee60e28de2a7a5e949f2144 (diff)
downloadbootstrap-2e8752b26f08b888300fad5a0e357c860ab594b2.tar.xz
bootstrap-2e8752b26f08b888300fad5a0e357c860ab594b2.zip
Prevent the font shorthand from getting compiled as division
-rw-r--r--less/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 24ca797ff..48c0d011a 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;