//
// Background
//

.bg {
  &--black {
    background-color: $black !important;
  }

  &--white {
    background-color: $white !important;
  }

  &--transparent {
    background-color: transparent !important;
  }
}
