@import "./mixins";

@mixin bwc-text-leading-2 {

    @include bwc-text( leading-2 );
    @include bwc-text-block-spacing;
}
