]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use mixin instead of whole code 11662/head
authorZlatan Vasović <legospace9876@gmail.com>
Sun, 1 Dec 2013 08:18:27 +0000 (09:18 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Sun, 1 Dec 2013 08:18:27 +0000 (09:18 +0100)
less/mixins.less

index df515f39ac8b8fa202ffe6eb353b22a3376376d2..479352452d819176322ecf090b1dfc24286d67af 100644 (file)
 }
 // 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();
 }