| Current Path : /home/helpink/www/media/mod_jdsimplecontactform/assets/scss/mixins/ |
| Current File : /home/helpink/www/media/mod_jdsimplecontactform/assets/scss/mixins/_box-shadow.scss |
@mixin box-shadow($shadow...) {
@if $enable-shadows {
box-shadow: $shadow;
}
}