From 1956fd255ba790214660a3e24fedbb974c643c28 Mon Sep 17 00:00:00 2001 From: Laode Muhammad Al Fatih Date: Tue, 29 Jun 2021 18:19:14 +0700 Subject: [PATCH] fix(css): all.css is missing g80 styles #705 (#708) --- css/all.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/all.scss b/css/all.scss index afcfd90c..6679fa7a 100644 --- a/css/all.scss +++ b/css/all.scss @@ -40,6 +40,15 @@ $css--plex: true; } } +// Set the theme attribute to "g80" to use the Gray 80 theme +// +:root[theme="g80"] { + @include carbon--theme($carbon--theme--g80, true) { + @include emit-component-tokens($tag-colors); + @include emit-component-tokens($notification-colors); + } +} + // Set the theme attribute to "g90" to use the Gray 90 theme // :root[theme="g90"] { @@ -68,4 +77,4 @@ $css--plex: true; @import "carbon-components/scss/globals/grid/grid"; // Import all component styles -@import "carbon-components/scss/globals/scss/styles"; \ No newline at end of file +@import "carbon-components/scss/globals/scss/styles";