fix(css): all.css is missing g80 styles #705 (#708)

This commit is contained in:
Laode Muhammad Al Fatih 2021-06-29 18:19:14 +07:00 committed by GitHub
commit 1956fd255b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,15 @@ $css--plex: true;
}
}
// Set the <html> theme attribute to "g80" to use the Gray 80 theme
// <html theme="g80">
:root[theme="g80"] {
@include carbon--theme($carbon--theme--g80, true) {
@include emit-component-tokens($tag-colors);
@include emit-component-tokens($notification-colors);
}
}
// Set the <html> theme attribute to "g90" to use the Gray 90 theme
// <html theme="g90">
:root[theme="g90"] {