/**
 * KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
 * Copyright 2025 by Keenthemes Inc
 */

@layer components {
	.kt-separator {
		@apply shrink-0 bg-border h-px w-full;
	}

	.kt-separator-vertical {
		@apply h-full w-px;
	}
}
