diff --git a/docs/css.html b/docs/css.html
index c740b17733..988610a6f1 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2323,8 +2323,9 @@ For example, <section>
should be wrapped as inline.
For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query.
+For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query. Also included are utility classes for toggling content when printed.
+Class | +Browser | +|
---|---|---|
.visible-print |
+ Hidden | +Visible | +
.hidden-print |
+ Visible | +Hidden | +
Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation. Responsive utilities should not be used with tables, and as such are not supported.
-Resize your browser or load on different devices to test the above classes.
Green checkmarks indicate that class is visible in your current viewport.