Skip to content

Commit

Permalink
fix(scheme): fixed include typo
Browse files Browse the repository at this point in the history
schemes wrongly include base variables instead of alternate
  • Loading branch information
yinonov committed Oct 2, 2020
1 parent d71d0f7 commit fa93df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/scheme/src/scheme.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ body,
}

.vvd-theme-dark-alternate {
@include base.variables;
@include alternate.variables;
}
2 changes: 1 addition & 1 deletion common/scheme/src/scheme.light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ body,
}

.vvd-theme-light-alternate {
@include base.variables;
@include alternate.variables;
}

0 comments on commit fa93df6

Please sign in to comment.