/// WARNING: This is Work In Progress and should not be depended on. Subject to change.

@import "../style/index";
@import "./alert";

@mixin bwc-alerts-error {

    @include bwc-alerts-alert(
        $background-color:  $bwc-red-highlight,
        $border-color:      darken( $bwc-red-highlight, 5% ),
        $text-color:        $bwc-red
    );
}
