@use "../../01-core/prefix" as *;
@use "./brand.mixins" as brand;

@layer ss.components {
    .#{$ss-prefix-module}-brand {
        @include brand.ss-brand;
    }
}
