Utilities
These are helper classes that can speed up your development and reduce CSS property declarations.
The utility classes do not contain any
!important
declarations.
If you require such overrides you may want to take a second glance at your code to see if something can be refactored first.
Standalone Typography Modifiers
Example
Strong / Bold
Black
Italic
Caps
Small
Text Alignments
Example
Text Left
Text Center
Text Right
Padding
.padding-y
neutralizes the left and right padding.
.padding-x
neutralizes the top and bottom padding.
.padding-nulled
neutralizes all sides of the padding box.
Margin
.margin-y
neutralizes the left and right margin.
.margin-x
neutralizes the top and bottom margin.
.margin-nulled
neutralizes all sides of the margin box.
Display Types
Text Colors
Background Colors