Skip to content

Commit

Permalink
fix(core): automatically include required component styles for combob…
Browse files Browse the repository at this point in the history
…ox (#1844)
  • Loading branch information
josokinas authored Jul 22, 2022
1 parent b774af4 commit 9e94c88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/core/src/components/combobox/combobox.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
@use '../../helpers';
@use '../../mixins';
@use '../icon/icon';
@use '../option-list/option-list';
@use '../popover/popover';

@mixin Combobox() {
@include icon.Icon();
@include option-list.OptionList();
@include popover.Popover();

@if not mixins.includes('Combobox') {
@include _Combobox();
}
Expand Down

1 comment on commit 9e94c88

@vercel
Copy link

@vercel vercel bot commented on 9e94c88 Jul 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

castor – ./

castor-git-main-onfido-oss.vercel.app
castor-onfido-oss.vercel.app
castor.vercel.app

Please sign in to comment.