Skip to content

Commit

Permalink
fix: 🐛 Fix MD web pre11 breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maicol07 committed Jun 21, 2023
1 parent 0f6c85a commit 5aad44d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion card/lib/elevated-card.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use "card";
@use "@material/web/tokens";
@use "@material/webold/tokens";

$elevated-theme: tokens.md-comp-elevated-card-values();

Expand Down
2 changes: 1 addition & 1 deletion card/lib/filled-card.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use "card";
@use "@material/web/tokens";
@use "@material/webold/tokens";

$filled-theme: tokens.md-comp-filled-card-values();

Expand Down
2 changes: 1 addition & 1 deletion card/lib/outlined-card.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use "card";
@use "@material/web/tokens";
@use "@material/webold/tokens";

$outlined-theme: tokens.md-comp-outlined-card-values();

Expand Down
2 changes: 1 addition & 1 deletion data-table/lib/_data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@use "@material/data-table/data-table";
@use '@material/web/internal/sass/theme';
@use '@material/web/tokens';
@use '@material/webold/tokens';
@use "@material/web/elevation/elevation";
@use "@material/elevation" as oldelevation;

Expand Down

0 comments on commit 5aad44d

Please sign in to comment.