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

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

    .#{$ss-prefix-module}-section-count {
        @include section-header.ss-section-count;
    }
}
