Skip to content

Commit

Permalink
fix(toggle): lost theme mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Nov 21, 2018
1 parent 32e6b7b commit 2587b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = {
'tabs',
'textarea',
'timepicker',
'toggle',
'tooltip',
'tree',
'typography',
Expand Down
1 change: 1 addition & 0 deletions src/lib/core/theming/_all-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
@include mc-select-theme($theme);
@include mc-option-theme($theme);
@include mc-tag-theme($theme);
@include mc-toggle-theme($theme);
@include mc-tooltip-theme($theme);
@include mc-textarea-theme($theme);
@include mc-splitter-theme($theme);
Expand Down

0 comments on commit 2587b19

Please sign in to comment.