Skip to content

Commit 7ca4356

Browse files
committed
fix: elevation system doesn't work with nested selectors
1 parent 552f4f8 commit 7ca4356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/utilities/_elevation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@each $level, $value in $elevations {
22
.c-elevation-#{$level} {
33
border: 0;
4-
box-shadow: unquote($value);
4+
box-shadow: unquote($value) !important; // stylelint-disable-line declaration-no-important
55
}
66
}

0 commit comments

Comments
 (0)