@mixin box-shadow( $shadow... ) {
    @if $enable-shadows and nth($shadow, 1) {
        box-shadow: $shadow;
    }
}
