@mixin badge-variant($bg) {
  color: color-yiq($bg);
  background-color: $bg;
}
