OSDN Git Service

b2410e53ac3e59c5b0907c1ac079e4c7bc683f86
[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 }