/* backgrounds */
@each $name, $value in $background-colors {
  .bg-#{'' + $name},
  %bg-#{'' + $name} {
    background-color: #{$value};
  }
}
