//
// Copyright 2025 Sandlada & Kai Orion
// SPDX-License-Identifier: MIT
//

@use './switch';

@layer mdc-switch {
    .switch {
        @include switch.styles();
    }
}
