// Alerts


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