fix(scss): use new component tokens to render low contrast notifications (#533)

This commit is contained in:
Eric Liu 2021-02-23 13:18:41 -08:00 committed by GitHub
commit 66a3fd10c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 65 additions and 10 deletions

View file

@ -13,6 +13,10 @@ $css--plex: true;
// Use the "g90" (Gray 90) Carbon theme
@import "carbon-components/scss/globals/scss/vendor/@carbon/themes/scss";
@import "carbon-components/scss/globals/scss/component-tokens";
@import "carbon-components/src/components/tag/tag";
@import "carbon-components/src/components/notification/inline-notification";
@import "carbon-components/src/components/notification/toast-notification";
$carbon--theme: $carbon--theme--g90;
@include carbon--theme();