Commit 17dee308 authored by Mark Otto's avatar Mark Otto

Merge pull request #11662 from ZDroid/deprecation-fix

Use mixin instead of whole code
parents 556d6cef ed29a99d
...@@ -88,11 +88,7 @@ ...@@ -88,11 +88,7 @@
} }
// New mixin to use as of v3.0.1 // New mixin to use as of v3.0.1
.text-hide() { .text-hide() {
font: ~"0/0" a; .hide-text();
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment