diff --git a/guides/v15-mdc-migration.md b/guides/v15-mdc-migration.md index 3d4bbfbfe085..9df4632c5a4b 100644 --- a/guides/v15-mdc-migration.md +++ b/guides/v15-mdc-migration.md @@ -168,7 +168,7 @@ DOM and CSS of the components, you may need to tweak some of your application's included by default when you include a theme mixin. ```scss - @import '@angular/material' as mat; + @use '@angular/material' as mat; $theme: mat.define-light-theme(( color: ...