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 7508f46 commit 7d1963bCopy full SHA for 7d1963b
src/material-experimental/mdc-core/_elevation.scss
@@ -22,7 +22,6 @@ $color: black !default;
22
}
23
24
@mixin private-theme-elevation($zValue, $config) {
25
- @debug $config;
26
$foreground: map.get($config, foreground);
27
$elevation-color: map.get($foreground, elevation);
28
$elevation-color-or-default: if($elevation-color == null, $color, $elevation-color);
0 commit comments