From 4e043721de6b311f07c1ebd0d4226d2fbc473be6 Mon Sep 17 00:00:00 2001 From: Patrick Yeo Date: Fri, 6 May 2022 11:18:46 -0700 Subject: [PATCH] fix(@clayui/css): Alerts deprecate `$alert-*-level` variables - We will no longer use Bootstrap's `theme-color-level` function in the future --- packages/clay-css/src/scss/variables/_alerts.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/clay-css/src/scss/variables/_alerts.scss b/packages/clay-css/src/scss/variables/_alerts.scss index af5dc32532..19596908d4 100644 --- a/packages/clay-css/src/scss/variables/_alerts.scss +++ b/packages/clay-css/src/scss/variables/_alerts.scss @@ -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