deprecate .hide; fixes #10446

This commit is contained in:
Chris Rebert 2013-09-23 12:46:57 -07:00
parent 229469e059
commit c4e7e3c933
2 changed files with 7 additions and 15 deletions

View file

@ -23,6 +23,7 @@
// Toggling content
// -------------------------
// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
.hide {
display: none !important;
}