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 - docs/_includes/css/responsive-utilities.html | 2 -- 2 files changed, 3 deletions(-) (limited to 'docs/_includes/css') 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 %}
...
diff --git a/docs/_includes/css/responsive-utilities.html b/docs/_includes/css/responsive-utilities.html index 666c0bce7..2e4c8b383 100644 --- a/docs/_includes/css/responsive-utilities.html +++ b/docs/_includes/css/responsive-utilities.html @@ -119,7 +119,6 @@

So, for extra small (xs) screens for example, the available .visible-*-* classes are: .visible-xs-block, .visible-xs-inline, and .visible-xs-inline-block.

-

The classes .visible-xs, .visible-sm, .visible-md, and .visible-lg also exist, but are deprecated as of v3.2.0. They are approximately equivalent to .visible-*-block, except with additional special cases for toggling <table>-related elements.

Print classes

Similar to the regular responsive classes, use these for toggling content for print.

@@ -150,7 +149,6 @@ -

The class .visible-print also exists but is deprecated as of v3.2.0. It is approximately equivalent to .visible-print-block, except with additional special cases for <table>-related elements.

Test cases

-- cgit v1.2.3