adds the ability to use the small shadow while also extending another scss selector

This commit is contained in:
Jarrod Flesch
2020-02-25 16:46:21 -05:00
parent 12b2f8f066
commit ffad3c07f8

View File

@@ -51,9 +51,10 @@ $radius-sm : 5px;
$radius-lrg : 10px;
$stroke-width : 1px;
$shadow-sm: 0 2px 4px 0 rgba(0,2,4,.1),0 2px 20px 0 rgba(0,2,4,.04);
%shadow-sm {
box-shadow: 0 2px 4px 0 rgba(0,2,4,.1),
0 2px 20px 0 rgba(0,2,4,.04);
box-shadow: $shadow-sm
}
%shadow {