@use '../variables' as *;

.#{$prefix}divider {
	width: 100%;
	height: 1px;
	background: var(--#{$prefix}border-color);
}
