@@ -2216,8 +2216,11 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2216,8 +2216,11 @@ For example, <code><section></code> should be wrapped as inline.
<h1>Responsive utilities</h1>
<h1>Responsive utilities</h1>
</div>
</div>
<pclass="lead">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.</p>
<pclass="lead">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.</p>
<p>Try to use these on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation. <strong>Responsive utilities are currently only available for block and table toggling.</strong> Use with inline and table elements is currently not supported.</p>
@@ -2329,12 +2334,11 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2329,12 +2334,11 @@ For example, <code><section></code> should be wrapped as inline.
</table>
</table>
</div>
</div>
<h3>When to use</h3>
<p>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 are currently only available for block-level toggling, meaning <code>display: none;</code> or <code>display: block;</code>. Use with inline and table elements is currently not supported.</p>