From ed29a99df4f9573a2f312093f3aaac9acf2b9c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 1 Dec 2013 09:18:27 +0100 Subject: [PATCH] Use mixin instead of whole code --- less/mixins.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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(); }