@import '../../../variables';

@each $name, $color in $colors {
  .bg-#{$name} {
    background-color: $color;
  }
}