Skip to content

Commit

Permalink
Fix: Add 'bg-color white' mixin (adaptlearning#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Aug 21, 2023
1 parent 2e3feed commit 79f9011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/project/theme-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// Note: both arguments must be predefined variables
// --------------------------------------------------
.bg-color-mixin(black, white);
.bg-color-mixin(white, black);
.bg-color-mixin(background, background-inverted);
.bg-color-mixin(transparent-light, black);
.bg-color-mixin(transparent-dark, white);
Expand Down

0 comments on commit 79f9011

Please sign in to comment.