<hr class="hr" />
<hr class="hr" />
{
  "yes": "yes"
}
  • Content:
    .hr {
      border-style: solid;
      border-width: 1px 0 0;
      color: $grey_darkest;
    
      .color-scheme-dark & {
        color: $dark_mode_grey;
      }
    }
    
  • URL: /components/raw/horizontal_rule/horizontal_rule.scss
  • Filesystem Path: bits/02-general/horizontal_rule/horizontal_rule.scss
  • Size: 138 Bytes

Show the horizontal rule.