EvoToolkit - v3.7.2 (Changelog)

Hide

A suite of utility classes to hide elements. Responsive variants exist to allow for more granular control.

Source

Contributors

Luke Harrison

Base

Standard

I'm a hidden element

<h1 class="u-hide">I'm a hidden element</h1>

Responsive

I'm hidden from the `md` breakpoint onwards

I'm hidden up until the `md` breakpoint

<h1 class="u-hide@md">I'm hidden from the `md` breakpoint onwards</h1>
<h1 class="u-hide@max-md">I'm hidden up until the `md` breakpoint</h1>