// Alternative colors
@each $color, $value in $theme-colors {
    .popover-#{$color} .popover {
        @include popover-variant($value);
    }
}
