Foundations

Shadows

sketch:Readyscss:Readyfigma:Ready

Import

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

// mandatory
@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');
}