Skip to content

Commit 0e36a31

Browse files
authored
build: fix missing elevation import (#29261)
Fixes a missing import when generating elevation tokens.
1 parent bfdb1a2 commit 0e36a31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/core/tokens/m2/mat/_app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@use '../../token-utils';
44
@use '../../../theming/inspection';
55
@use '../../../style/sass-utils';
6+
@use '../../../style/elevation';
67

78
// The prefix used to generate the fully qualified name for tokens in this file.
89
$prefix: (mat, app);

0 commit comments

Comments
 (0)