5.1 #Utils.text-alignment Text Alignment
Some text alignment helpers.
Browser support: IE9+, Safari6+, Firefox30+, Chrome30+
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
5.2 #Utils.visibility Visibility Classes
Some visibility helper classes.
Browser support: IE9+, Safari6+, Firefox30+, Chrome30+
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