/* ==========================================================================
   Buttons extends and mixins
   ========================================================================== */

/* ==========================================================================
   Buttons
   ========================================================================== */

.button {
    @include button(false, $button-background, $button-background-hover, $button-color, solid);
}
