From c81b714cb67938fb9e8f726df4f08d79a934f1cd Mon Sep 17 00:00:00 2001 From: Dmitriy Borzenko Date: Fri, 21 Jul 2023 16:17:13 +0300 Subject: [PATCH] Remove material warning. --- src/styles.sass | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/styles.sass b/src/styles.sass index b4f668cf0..3d63e0e03 100644 --- a/src/styles.sass +++ b/src/styles.sass @@ -12,9 +12,6 @@ $palette: mat-palette($mat-indigo) // Create the theme $theme: mat-light-theme($palette, $palette) -// Include component specific mixin -@include mat-stepper-theme($theme) - // Or wrap inside another selector to scope the styles to only one specific component app-add-polling-source @include mat-stepper-theme($theme)