Shadows

Import

To get the set-box-shadow() mixin, you need to import _all-settings.scss.


// mandatory
@import 'settings-tools/all-settings';

Basic usage


.example {
@include set-box-shadow('s');
@include set-box-shadow('m');
@include set-box-shadow('l');
}