10 lines
267 B
SCSS

// Alerts
// *******************************************************************************
// Alert mixins
@each $state, $value in $theme-colors {
@if $state != primary and $state != light {
@include template-alert-variant('.alert-#{$state}', $value);
}
}