From 4d5243674a0a236af2ff218da1decaafbdeaa719 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 9 Jul 2014 13:51:20 -0700 Subject: remove deprecated warnings from docs --- docs/_includes/css/helpers.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/_includes/css/helpers.html') diff --git a/docs/_includes/css/helpers.html b/docs/_includes/css/helpers.html index fa7a99fc0..dc992ee23 100644 --- a/docs/_includes/css/helpers.html +++ b/docs/_includes/css/helpers.html @@ -132,7 +132,6 @@

Showing and hiding content

Force an element to be shown or hidden (including for screen readers) with the use of .show and .hidden classes. These classes use !important to avoid specificity conflicts, just like the quick floats. They are only available for block level toggling. They can also be used as mixins.

-

.hide is available, but it does not always affect screen readers and is deprecated as of v3.0.1. Use .hidden or .sr-only instead.

Furthermore, .invisible can be used to toggle only the visibility of an element, meaning its display is not modified and the element can still affect the flow of the document.

{% highlight html %}
...
-- cgit v1.2.3