<h1 class="heading heading--large">
    Big hero title
</h1>
  • Content:
    /* @big-hero-title */
    .big-hero-title {
      @include themify($themes) {
        @include poly-fluid-sizing('font-size', ($small-screen: themed('bigHeroTitleMobile'), $large-screen: themed('bigHeroTitleDesktop')));
      }
    }
    
    
  • URL: /components/raw/big-hero-title/_big-hero-title.scss
  • Filesystem Path: src/components/typography/big-hero-title/_big-hero-title.scss
  • Size: 215 Bytes