Source: _colors.scss, line 112
2.5 Font-colors
@mixin color($color)
Use the color class directly to change the font color
- .<color>: font color
- .<color>--faded: lowers the opacity of the color
- .grad-<color>: gradient font color
Source: _colors.scss, line 112
@mixin color($color)
Use the color class directly to change the font color
<h1 class="red">Red text</h1>
<h1 class="red--faded">faded blue text</h1>
<h1 class="grad-purple">Purple gradient text</h1>