@import "settings";
@import "foundation-sites/scss/components/switch";

/// Flag whether or not you want to include bonsai switch components
/// @type bool
$bonsai-include-switch: $bonsai-include-components !default;

/// Gateway mixin for bonsai switch
@mixin bonsai-switch {
  @if $bonsai-include-switch {
    @include foundation-switch;
  }
}
