Skip to content

Commit

Permalink
build: fix missing elevation import (#29261)
Browse files Browse the repository at this point in the history
Fixes a missing import when generating elevation tokens.

(cherry picked from commit 0e36a31)
  • Loading branch information
crisbeto committed Jun 14, 2024
1 parent 870c565 commit 7073699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/core/tokens/m2/mat/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@use '../../token-utils';
@use '../../../theming/inspection';
@use '../../../style/sass-utils';
@use '../../../style/elevation';

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

0 comments on commit 7073699

Please sign in to comment.