@use "../../core/jkl";

@layer jokul.components {
    .jkl-menu-divider {
        width: 100%;
        margin-block: 0;
        border: none;
        border-bottom: jkl.rem(1px) solid var(--jkl-color-border-separator);
    }
}
