Default styling
I'm a span
.sb-block
Applies display: block to the element.
I'm a span
Markup
<span class="[modifier class] sb-tile sb-padding-s sb-margin-s sb-text--center">I'm a span</span>
Source: trumps/_helpers.scss, line 57
Default styling
I'm a span
.sb-opacity-1
Applies opacity: 1 to the element.
I'm a span
.sb-opacity-0
Applies opacity: 0 to the element.
I'm a span
Markup
<span class="[modifier class] sb-tile sb-padding-s sb-margin-s sb-text--center">I'm a span</span>
Source: trumps/_helpers.scss, line 74
sb-overflow-hidden

The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.

sb-overflow-x-auto

The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.

sb-overflow-y-auto

The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.

Markup
<div class="sb-grid">
  <div class="sb-overflow-hidden sb-col-3 sb-margin sb-border-black" style="max-height: 200px;">
    <h5>sb-overflow-hidden</h5>
    <p style="width: 250px;">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
  </div>
  <div class="sb-overflow-x-auto sb-col-3 sb-margin sb-border-black" style="max-height: 200px;">
    <h5>sb-overflow-x-auto</h5>
    <p style="width: 250px;">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
  </div>
  <div class="sb-overflow-y-auto sb-col-3 sb-margin sb-border-black" style="max-height: 200px;">
    <h5>sb-overflow-y-auto</h5>
    <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
  </div>
</div>
Source: trumps/_helpers.scss, line 23
Default styling

The quick brown fox jumps over the lazy dog

.sb-text--left
Align the text to the left.

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