2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

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
+1
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;
}