Skip to content

Commit

Permalink
chore(card): removed deprecated $rmd-card-dark-elevation-bordered-bac…
Browse files Browse the repository at this point in the history
…kground-color variable

BREAKING CHANGE: Removed deprecated `$rmd-card-dark-elevation-bordered-background-color` variable
  • Loading branch information
mlaursen committed Aug 12, 2021
1 parent 664ec30 commit 01c9350
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/card/src/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ $rmd-card-dark-elevation-background-color: map-get(
$rmd-card-elevation
);

/// @type Color
/// @since 2.5.4
/// @deprecated Use `$rmd-card-dark-elevation-color` instead starting with `v2.7.0`
$rmd-card-dark-elevation-bordered-background-color: $rmd-card-dark-elevation-background-color;

/// The background color for a card in dark themes.
///
/// @type Color
Expand Down

0 comments on commit 01c9350

Please sign in to comment.