// Stop Colors

@each $color, $value in $theme-colors {
  .stop-color-#{$color} {
    stop-color: $value !important;
  }
}
