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 {