Typography » Placeholders and Classes Font size maximum placeholderLink
Since: 2.0.0 New IssueA placeholder to mimic maximum styles.
May also be used as a class if $burf-extras
is enabled.
Good for banners or other items where typography
should be extra large.
Example:
Make a <h4>
look one size larger than an <h1>
.
.comparison-title {
@extend %font-size-maximum;
}
_typography-tools.scss, line 651
View Source