<div class="divider"></div>
<div class="divider"></div>
/* No context defined for this component. */
.divider {
display: block;
margin: 2rem 0;
height: 1px;
background: $color-gray-light;
border: none;
}
This is used for breaks between sections. If used for a break between paragraphs, use <hr>
with the appropiate class.