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.

+

Responsive classes

@@ -2374,10 +2375,33 @@ For example, <section> should be wrapped as inline.
+

Print classes

+ + + + + + + + + + + + + + + + + + + + +
ClassBrowserPrint
.visible-printVisible
.hidden-printVisible
+

When to use

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.

-

Responsive utilities test case

+

Test case

Resize your browser or load on different devices to test the above classes.

Visible on...

Green checkmarks indicate that class is visible in your current viewport.