Sass Theme Defaults Example

The background color of this webpage is $inverse.

This text color is $standard.

This text color is $sub-standard
This link to the sass-theme-defaults Github repository has a text color of $links : Github Repo Link

Here are the available $transparent-x values:

This text color is $transparent-25
This text color is $transparent-50
This text color is $transparent-75

Here are the available $transparent-light-x values. They are above a dark background to see the values:

This text color is $transparent-light-25
This text color is $transparent-light-50
This text color is $transparent-light-75

.center is a class that will center a div or display:block element

I am centered

.center-text is a class that will center a div and its text elements

div and text is centered

.center-children is a class that will center a divs children horizontally and vertically

I am a child element

.center-children-horizontal is a class that will center a divs children only horizontally

I am a child element

.center-children-vertical is a class that will center a divs children only vertically

I am a child element