Skip to content

Commit

Permalink
Fix undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrobert committed Dec 17, 2019
1 parent 1cbfb1f commit baaf319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/mixins/_drop-shadow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
$_shadow_list: map-get($drop-shadows-elevations, $_elevation);

@each $_shadow in $_shadow_list {
$_this_color: '';

@if is-color($_color) {
$_this_color: get-color($_color, ($_alpha / index($_shadow_list, $_shadow)));
} @else {
Expand Down

0 comments on commit baaf319

Please sign in to comment.