Default styling

The quick brown fox jumps over the lazy dog

.sb-text--center
Align the text to the center.

The quick brown fox jumps over the lazy dog

.sb-text--right
Align the text to the right.

The quick brown fox jumps over the lazy dog

Markup
<p class="[modifier class]">The quick brown fox jumps over the lazy dog</p>
Source: trumps/_text-align.scss, line 1
Default styling
I'm visible
.sb-completely-hidden
Applies display: none to the element.
I'm visible
.sb-visually-hidden
Hides the element except for screen readers.
I'm visible
Markup
<div class="sb-tile sb-padding [modifier class]">I'm visible</div>
Source: trumps/_helpers.scss, line 1