Skip to content

Commit 1df73fb

Browse files
json-derulodevversion
authored andcommitted
docs: fix invalid SCSS in migration guide (#26298)
(cherry picked from commit 6f37c70)
1 parent 70cf080 commit 1df73fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v15-mdc-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ DOM and CSS of the components, you may need to tweak some of your application's
168168
included by default when you include a theme mixin.
169169

170170
```scss
171-
@import '@angular/material' as mat;
171+
@use '@angular/material' as mat;
172172

173173
$theme: mat.define-light-theme((
174174
color: ...

0 commit comments

Comments
 (0)