diff --git a/docs/css.html b/docs/css.html
index 56d7deb4d6..16aa26a21e 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2743,7 +2743,7 @@ For example, <section>
should be wrapped as inline.
-
The .visible-*-*
classes for each breakpoint come in 3 variations, depending on the CSS display
property value applied when the element is visible:
As of v3.2, the .visible-*-*
classes for each breakpoint come in three variations, one for each CSS display
property value listed below for visibility classes.
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.1.0. They are approximately equivalent to .visible-*-block
, except with additional special cases for <table>
-related elements.
The classes .visible-xs
, .visible-sm
, .visible-md
, and .visible-lg
also exist, but are deprecated as of v3.2. They are approximately equivalent to .visible-*-block
, except with additional special cases for toggling <table>
-related elements.
Similar to the regular responsive classes, use these for toggling content for print.