Skip to content

Commit

Permalink
Update _card.scss to use the material shadow function instead of mixin.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgcreative authored Jul 23, 2017
1 parent d99b789 commit 69501d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/components/cards/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

@if $material-shadow != null {
@include material-shadow($material-shadow);
box-shadow: material-shadow($material-shadow);
}
& > :last-child {
margin-bottom: 0;
Expand Down

0 comments on commit 69501d1

Please # to comment.