OSDN Git Service

Modify the dependency on path
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / mixins / _box-shadow.scss
1 @mixin box-shadow($shadow...) {
2   @if $enable-shadows {
3     box-shadow: $shadow;
4   }
5 }