aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/mixins.less6
1 files changed, 1 insertions, 5 deletions
diff --git a/less/mixins.less b/less/mixins.less
index b587a69e5..8da6b23ef 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();
}