Skip to content

Commit

Permalink
fix include theme in props.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoum committed Aug 3, 2022
1 parent c7f0f99 commit 7429d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/theme/props.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@each $name, $value in $map {
--#{$name}: #{$value};
}
--theme: #{$mode};
}

:root {
Expand Down

0 comments on commit 7429d12

Please sign in to comment.