@if $enable-shadows {
    @each $name, $value in $shadows {
        .shadow-#{$name} {
            box-shadow: $value;
        }
    }
}