CSS Dividers Components

<span class="height:1px display:flex width:100% background:#CAC4D0"></span>

<div class="margin-top:24px height:200px">
	<span class="height:100% display:flex width:1px background:#CAC4D0"></span>
</div>
<!--
stylify-components
	divider: `
		height:1px display:flex width:100% background:#CAC4D0
		&--vertical {
			width:1px
			height:100%
		}
	`
/stylify-components
-->

<span class="divider"></span>

<div class="margin-top:24px height:200px">
	<span class="divider divider--vertical"></span>
</div>