Hr

<hr class="o-hr" />
{% set base_class = hr.base_class|default('o-hr') %}
<hr class="{{ bem(base_class, hr.element, hr.modifiers, hr.extra) }}"/>
/* No context defined. */
  • Content:
    /* ------------------------------------ *\
      $HRS
    \* ------------------------------------ */
    
    .o-hr {
      border: 0;
      outline: 0;
      display: block;
      height: 1px;
      width: 100%;
      background-color: var(--dotd-color-border-default);
      margin: 0;
    }
  • URL: /components/raw/hr/_hr.scss
  • Filesystem Path: components/01-atoms/hr/_hr.scss
  • Size: 245 Bytes

No notes defined.