From 6f50071e5bd6222108890d058a4f97d2f2f0c147 Mon Sep 17 00:00:00 2001 From: Kevin Vizcarra Date: Thu, 20 Apr 2023 10:53:12 -0700 Subject: [PATCH] refactor(linearprogress): Delete deprecated `track-height` mixin PiperOrigin-RevId: 525792603 --- packages/mdc-linear-progress/_linear-progress-theme.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/mdc-linear-progress/_linear-progress-theme.scss b/packages/mdc-linear-progress/_linear-progress-theme.scss index 0bca9304cb3..7199eab869a 100644 --- a/packages/mdc-linear-progress/_linear-progress-theme.scss +++ b/packages/mdc-linear-progress/_linear-progress-theme.scss @@ -123,11 +123,6 @@ $light-theme: ( } } -/// @deprecated Use `bar-and-track-height()` mixin instead. -@mixin track-height($height, $query: feature-targeting.all()) { - @include bar-and-track-height($height, $query); -} - @mixin bar-and-track-height($height, $query: feature-targeting.all()) { $feat-structure: feature-targeting.create-target($query, structure); .mdc-linear-progress {