@use 'exports' as *;

.divider {
	@layer components {
		@include vars;
		@include component;
	}

	@layer mods {
		&.mod-S {
			@include S;
		}

		&.mod-vertical {
			@include vertical;
		}
	}
}
