<hr class="horizontal-rule">
<hr {{ html_attributes({ class: 'horizontal-rule' }, attrs ?? {}) }}>
/* No context defined. */
  • Content:
    .horizontal-rule {
      background-color: var(--horizontal-rule-color, var(--line-color-secondary));
      block-size: var(--horizontal-rule-thickness, 1px);
      border-radius: var(--horizontal-rule-border-radius, 0);
      clear: both;
      display: block;
      inline-size: var(--horizontal-rule-width, 100%);
      margin-block: var(--horizontal-rule-margin-block, 0);
      margin-inline: var(--horizontal-rule-margin-inline, auto);
    }
    
  • URL: /components/raw/horizontal-rule/horizontal-rule.scss
  • Filesystem Path: src/components/2-atoms/horizontal-rule/horizontal-rule.scss
  • Size: 412 Bytes
  • Handle: @horizontal-rule
  • Preview:
  • Filesystem Path: src/components/2-atoms/horizontal-rule/horizontal-rule.twig

No notes defined.