diff --git a/docs/css.html b/docs/css.html
index 16aa26a21..8538425f3 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2769,7 +2769,7 @@ For example, <section> should be wrapped as inline.
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. They are approximately equivalent to .visible-*-block, except with additional special cases for toggling <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.