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)