We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552f4f8 commit 7ca4356Copy full SHA for 7ca4356
scss/utilities/_elevation.scss
@@ -1,6 +1,6 @@
1
@each $level, $value in $elevations {
2
.c-elevation-#{$level} {
3
border: 0;
4
- box-shadow: unquote($value);
+ box-shadow: unquote($value) !important; // stylelint-disable-line declaration-no-important
5
}
6
0 commit comments