Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
refactor(linearprogress): Delete deprecated track-height mixin
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 525792603
  • Loading branch information
kvizcarra authored and copybara-github committed Apr 20, 2023
1 parent 79b1b61 commit 6f50071
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/mdc-linear-progress/_linear-progress-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6f50071

Please sign in to comment.