diff --git a/commitlint.config.js b/commitlint.config.js index 89a6afafd..dc4b2ed57 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -33,6 +33,7 @@ module.exports = { 'tabs', 'textarea', 'timepicker', + 'toggle', 'tooltip', 'tree', 'typography', diff --git a/src/lib/core/theming/_all-theme.scss b/src/lib/core/theming/_all-theme.scss index 3c35789ab..87ba22ea7 100644 --- a/src/lib/core/theming/_all-theme.scss +++ b/src/lib/core/theming/_all-theme.scss @@ -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);