@mixin base() {
    display: inline-block;
}

&__actions {
    @include base;
}