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