@mixin colorSet($color, $background, $border) {
    color: $color;
    background-color: $background;
    border-color: $border;
}
