hotfix(popover): include missing Popover styles from carbon-components version 10.47 (#913)

* chore(deps-dev): install carbon-components@10.47 for Popover styles

* hotfix(popover): import popover styles from carbon-components@10.47
This commit is contained in:
Eric Liu 2021-11-17 09:17:24 -08:00 committed by GitHub
commit 1a0e990bdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 30 additions and 1 deletions

View file

@ -17,6 +17,7 @@ $css--plex: true;
@import "carbon-components/src/components/tag/tag";
@import "carbon-components/src/components/notification/inline-notification";
@import "carbon-components/src/components/notification/toast-notification";
@import "carbon-components-10.47/src/components/popover/popover";
$carbon--theme: $carbon--theme--g10;
@include carbon--theme();