12.5.2 #Typography.objects.responsive-heading responsive-heading
Applies a heading style that is responsive.
.my-heading {
@extent %responsive-heading;
}
<div class="responsive-heading">My Heading</div>
Example
My Heading
Markup
<div class="responsive-heading">My Heading</div>
Source:
styles/scss/objects/_typography.scss
, line 7