0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Merge pull request #11662 from ZDroid/deprecation-fix

Use mixin instead of whole code
This commit is contained in:
Mark Otto 2013-12-01 11:16:17 -08:00
commit 17dee30892

View File

@ -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();
}