@mixin base() {
    color: $component-content-inverse-text;
}

&__link {
    @include base;
}