Utilities - Display
Change the display style of components responsively with display utilities.
How it works
Display utility classes that apply to all breakpoints, from xs to xl, have no breakpoint abbreviation in them.
The classes are named using the following format:
._display:{value}._{breakpoint}:display:{value}
Where value can be one of:
noneinlineinline-blockblocktabletable-celltable-rowflexinline-flex
And breakpoint is one of:
xssmmdlgxlxxl
The media queries affect screen widths with the given breakpoint. For example, _lg:display:none sets display: none; on large screens.
Inline
Inline
Block
Block
Change the display value of elements when printing with the print display utility classes.
._print:display:none._print:display:inline._print:display:inline-block._print:display:block