diff options
| author | Chris Rebert <[email protected]> | 2013-09-23 12:46:57 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-23 12:46:57 -0700 |
| commit | c4e7e3c933db27bf82b4190ed9c522bd1850c82f (patch) | |
| tree | f76c61d69b759f6882c028388df35f3fab7a4425 /less | |
| parent | 229469e0598a230c8b11890d128a57618df838d4 (diff) | |
| download | bootstrap-c4e7e3c933db27bf82b4190ed9c522bd1850c82f.tar.xz bootstrap-c4e7e3c933db27bf82b4190ed9c522bd1850c82f.zip | |
deprecate .hide; fixes #10446
Diffstat (limited to 'less')
| -rw-r--r-- | less/utilities.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/utilities.less b/less/utilities.less index fa2d004ae..ae2ae4be2 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -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; } |
