@import 'theme';
@import 'common';

.foo {
    background-color: $background-color-bright;
    @include colored-border($background-color-bright, 10px);
}
