Display

Utilities for adjusting display properties of an element.

Display

Display utility classes can be used to change the display property for an element.

Class Property
.ds-display-none display: none
.ds-display-hidden display: hidden
.ds-display-block display: block
.ds-display-flex display: flex
.ds-display-inline-flex display: inline-flex
.ds-display-inline-block display: inline-block
.ds-display-table display: table
.ds-display-table-row display: table-row
.ds-display-table-cell display: table-cell

Responsive

Responsive modifiers are available to adjust the display property for a specific breakpoint.

 View Code