Skip to content

Commit

Permalink
fix: $primary in tree-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lkramarov committed Sep 19, 2018
1 parent 3caaf68 commit 17488c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/tree/_tree-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@


@mixin mc-tree-theme($theme) {
$primary: map-get($theme, primary);

$background: map-get($theme, background);
$foreground: map-get($theme, foreground);

Expand Down

0 comments on commit 17488c4

Please sign in to comment.