// Progress bars

@mixin progress-bar-variant($color) {
  @include themes-value(background-color, $color);
}
