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 b76d941 commit 787dd59Copy full SHA for 787dd59
src/material/core/style/BUILD.bazel
@@ -57,6 +57,7 @@ sass_library(
57
deps = [
58
":elevation",
59
"//src/material/core/theming:_inspection",
60
+ "//src/material/core/tokens:m2_utils",
61
],
62
)
63
src/material/core/style/_private.scss
@@ -1,7 +1,6 @@
1
@use './elevation';
2
@use '../theming/inspection';
3
@use '../tokens/m2-utils';
4
-@use '../tokens/m3-utils';
5
@use 'sass:map';
6
7
@mixin private-theme-elevation($zValue, $theme) {
0 commit comments