]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Prevent the font shorthand from getting compiled as division 8348/head
authorRoland Warmerdam <rowno@webspirited.com>
Sun, 30 Jun 2013 22:51:08 +0000 (10:51 +1200)
committerRoland Warmerdam <rowno@webspirited.com>
Sun, 30 Jun 2013 22:51:08 +0000 (10:51 +1200)
less/mixins.less

index 24ca797ffd06c7f4a06e0a52929aaac2abb36093..48c0d011a9ba8392533303fbc0e791e300164891 100644 (file)
@@ -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;