<h1 class="heading heading--large">
Big hero title
</h1>
/* @big-hero-title */
.big-hero-title {
@include themify($themes) {
@include poly-fluid-sizing('font-size', ($small-screen: themed('bigHeroTitleMobile'), $large-screen: themed('bigHeroTitleDesktop')));
}
}