Skip to content

Commit

Permalink
feat: new .bg-color-dark, and .bg-color-light classes with the backgr…
Browse files Browse the repository at this point in the history
…ound of the respective sass variables.
  • Loading branch information
sciborrudnicki committed Jun 1, 2022
1 parent f8b50cf commit fb1224c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utilities/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
@include bg-color-variant('.bg-accent', 'accent-color', $accent-color); // ! New color.
// @include bg-color-variant('.bg-dark', $dark-color); // old.spectre.css
@include bg-color-variant('.bg-dark', 'dark-color', $dark-color);
@include bg-color-variant('.bg-color-dark', 'bg-color-dark', $bg-color-dark); // ! New color that uses $bg-color-dark
@include bg-color-variant('.bg-light', 'light-color', $light-color);
@include bg-color-variant('.bg-color-light', 'bg-color-light', $bg-color-light); // ! New color that uses $bg-color-light
// @include bg-color-variant('.bg-primary', $primary-color); // old spectre.css
@include bg-color-variant('.bg-primary', 'primary-color', $primary-color);
// @include bg-color-variant('.bg-secondary', $secondary-color); // old.spectre.css
Expand Down

0 comments on commit fb1224c

Please sign in to comment.