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

Drop deprecated code from Less files

This commit is contained in:
Mark Otto
2014-07-09 13:54:32 -07:00
parent a0d8c62f18
commit 02fe0ecc31
12 changed files with 19 additions and 107 deletions
-4
View File
@@ -23,10 +23,6 @@
// Toggling content
// -------------------------
// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
.hide {
display: none !important;
}
.show {
display: block !important;
}