Responsive Foundation 6.0.0

Sidebar

Typography » Placeholders and Classes Font size maximum placeholderLink

Since: 2.0.0 New Issue

A 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;
				}
		
Source: _typography-tools.scss, line 651 View Source