@use '../mixins/switch';
@use '../color-vars' as colors;

// BsSwitch with custom colors
//-------------------------------
@each $name, $color in colors.$custom-theme-colors {
  @include switch.make-default-variant-light($name, $color);
}
