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