Edit file File name : _mixin.scss Content :@mixin shadow($size: 0 4px 8px, $color: rgba(0,0,0,.03)) { box-shadow: $size $color; } Save