From dde1ea7e37556efb923875b40b3eb3c3eebb5005 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Mon, 21 Dec 2015 19:04:34 -0600 Subject: [PATCH] add back shadow --- scss/_cards.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_cards.scss b/scss/_cards.scss index f581be31..7c606df4 100644 --- a/scss/_cards.scss +++ b/scss/_cards.scss @@ -1,3 +1,3 @@ .card { - // defaults for now + @include shadow-8dp(); }