Global Modifier

Global modifiers change in general the behavior of elements.

NOTE unlike normal BEM modifiers, global modifiers do not override default statuses. The classes of the global modifiers are (according to BEM) the default status, so there are no double hyphens in the class names here either.

Border

Add a border to an element.

Colors

Modifiers that change the background, border or font color.

Display

Display box type of an element.

Filter

Applies graphical effects like blur or color shift to an element.

Flex

Use CSS flex for layout content.

Float

Use CSS float for layout content.

Font

Change the font styles.

Grid

The grid system uses a series of containers, rows, and columns to layout and align content.

Line Clamp

Truncates text at a specific number of lines

Overflow

Set the overflow of an element.

Position

Set the position of an element.

Size

Determine the width and height of an element.

Spacer

Determine the margin and padding of an element.