These are single responsibility classes designed to help reduce duplication in our SCSS.
.u-block
.u-inline
.u-inlineBlock
Items should be set to display: none;
with caution. This removes content entirely and should only be used if the content is being presented somewhere else or is not needed for the user. .u-hiddenVisually
is preferred
.u-hidden
Completely remove from the flow but leave available to screen readers.
.u-hiddenVisually
.u-table
.u-tableCell
.u-tableRow