Visible utility classes allow authors to show content at specific screen sizes.
Used in conjuntion with hidden
classes to hide/show
content at specific screen sizes.
Hiding content can present issues for assistive technologies so these utility classes should be used carefully. Meaningful content should never be completely removed.
<span class="u-visible">visible at all sizes</span>
<span class="u-visible-xs">visible at xs only</span>
<span class="u-visible-sm">visible at sm only</span>
<span class="u-visible-md">visible at md only</span>
<span class="u-visible-lg">visible at lg only</span>