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.
  • Loading branch information
crisbeto authored Jun 14, 2024
1 parent bfdb1a2 commit 0e36a31
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 0e36a31

Please sign in to comment.