Divider

<div class="divider"></div>
<div class="divider"></div>
/* No context defined for this component. */
  • Content:
    .divider {
      display: block;
      margin: 2rem 0;
      height: 1px;
      background: $color-gray-light;
      border: none;
    }
    
  • URL: /components/raw/divider/Divider.scss
  • Filesystem Path: src/components/01-Units/Divider/Divider.scss
  • Size: 113 Bytes

This is used for breaks between sections. If used for a break between paragraphs, use <hr> with the appropiate class.