From: Zlatan Vasović Date: Sun, 1 Dec 2013 08:18:27 +0000 (+0100) Subject: Use mixin instead of whole code X-Git-Tag: v3.0.3~16^2~7^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed29a99df4f9573a2f312093f3aaac9acf2b9c02;p=thirdparty%2Fbootstrap.git Use mixin instead of whole code --- diff --git a/less/mixins.less b/less/mixins.less index df515f39ac..479352452d 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -88,11 +88,7 @@ } // New mixin to use as of v3.0.1 .text-hide() { - font: ~"0/0" a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; + .hide-text(); }