To get the set-box-shadow() mixin, you need to import _all-settings.scss.
set-box-shadow()
_all-settings.scss
// mandatory@import 'settings-tools/all-settings';
.example { @include set-box-shadow('s'); @include set-box-shadow('m'); @include set-box-shadow('l');}