@mixin base() {
}

.footer-nav {
    @include base;

    @import "heading";
    @import "list";
    @import "item";
    @import "link";
}