<h2 class="section-title">
    Article Section title
</h2>
  • Content:
    /* @section-title */
    .section-title {
      text-transform: capitalize;
      color: $mine-shaft;
      font-family: 'Biryani', sans-serif;
    
      @include large-heading;
    }
    
  • URL: /components/raw/section-title/_section-title.scss
  • Filesystem Path: src/components/typography/section-title/_section-title.scss
  • Size: 157 Bytes