Hide
To hide an element from the user, use the class u-hide
.
Viewports
To hide only at a specific viewport, add --small
, --medium
or --large
modifiers to the u-hide
class.
Import
To import just this utility into your project, copy the snippet below and include it in your main Sass file.
@import 'utilities_hide';
For more information see Customising Vanilla in your projects, which includes overrides and importing instructions.