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

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