<div class="category">
    category title
</div>
  • Content:
    /* @category */
    .category-type {
      text-transform: uppercase;
      font-size: $x-small-font;
      font-family: 'Biryani', sans-serif;
      font-weight: 200;
      color: $red-ribbon;
      letter-spacing: 3px;
    }
    
  • URL: /components/raw/category/_category.scss
  • Filesystem Path: src/components/typography/_category/_category.scss
  • Size: 195 Bytes