Skip to content

Commit

Permalink
fix(@clayui/css): Tables deprecate $table-*-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 4e04372 commit b64bdb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/clay-css/src/scss/variables/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,12 @@ $table-dark-accent-bg: rgba($white, 0.05) !default;

$table-bordered-border-width: $table-border-width !default;

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

$table-bg-level: -9 !default;

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

$table-border-level: -6 !default;

// Table List
Expand Down

0 comments on commit b64bdb5

Please sign in to comment.