2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Deprecate .hide-text mixin for .text-hide as mixin and class

This commit is contained in:
Mark Otto
2013-08-23 22:11:41 -07:00
parent e25ca1e7a9
commit 6de67c0ab6
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
visibility: hidden;
}
.text-hide {
.hide-text();
.text-hide();
}