@mixin base() {

}

.modal {
    @include base;

    @import "heading";
    @import "content";
    @import "action-list";
    @import "action";
}