Skip to content

Commit

Permalink
fix(@clayui/css): Alerts deprecate $alert-*-level variables
Browse files Browse the repository at this point in the history
    - We will no longer use Bootstrap's `theme-color-level` function in the future
  • Loading branch information
pat270 committed May 6, 2022
1 parent 61a1e35 commit 4e04372
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/clay-css/src/scss/variables/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,16 @@ $alert-autofit-row: map-deep-merge(

// Alert Color Levels

/// @deprecated as of v3.x with no replacement, this color modifier is too specific to support a variety of colors

$alert-bg-level: -10 !default;

/// @deprecated as of v3.x with no replacement, this color modifier is too specific to support a variety of colors

$alert-border-level: -9 !default;

/// @deprecated as of v3.x with no replacement, this color modifier is too specific to support a variety of colors

$alert-color-level: 6 !default;

// Alert Feedback
Expand Down

0 comments on commit 4e04372

Please sign in to comment.