Current File : /home/inlingua/public_html/crm.vprotectindia.com/public/user/scss/bootstrap/mixins/_box-shadow.scss
@mixin box-shadow($shadow...) {
  @if $enable-shadows {
    box-shadow: $shadow;
  }
}