]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
The .text-hide won't hide the text :) 17638/head
authorCatalin Zalog <xxxxxcata@yahoo.com>
Thu, 17 Sep 2015 22:19:32 +0000 (01:19 +0300)
committerCatalin Zalog <xxxxxcata@yahoo.com>
Thu, 17 Sep 2015 22:19:32 +0000 (01:19 +0300)
scss/mixins/_text-hide.scss

index daed5fb7af10c663992c9632ded871f07cec497e..52a38a906989ed0e4e7b19933c36a73209956056 100644 (file)
@@ -1,6 +1,6 @@
 // CSS image replacement
 @mixin text-hide() {
-  font: "0/0" a;
+  font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;