docs(docs-infra): remove the usage of the deprecated core mixin as it's no-op (#58812)

PR Close #58812
This commit is contained in:
ahmadhakeem18 2024-11-21 17:59:09 -08:00 committed by Jessica Janiuk
parent 292147b42d
commit 40e210858a

View file

@ -62,7 +62,6 @@ $theme: mat.m2-define-light-theme(
);
// Include material core styles.
@include mat.core();
@include cdk.a11y-visually-hidden();
@include mat.tabs-theme($theme);
@include mat.button-toggle-theme($theme);