Skip to content

Commit d71cc7a

Browse files
committed
fix(stack): include styles for individual themes
Fixes #2417 Include stack stylesheet across all Carbon theme variants to ensure stack component styles are available regardless of selected theme.
1 parent 364ae75 commit d71cc7a

File tree

11 files changed

+11
-6
lines changed

11 files changed

+11
-6
lines changed

css/all.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/g10.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/g10.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $css--plex: true;
2424
@import "./popover";
2525
@import "./checkbox-readonly";
2626
@import "./text-area-warn";
27+
@import "./stack";
2728

2829
@import "carbon-components/scss/globals/scss/_css--reset";
2930
@import "carbon-components/scss/globals/scss/_css--font-face";

css/g100.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/g100.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $css--plex: true;
2424
@import "./popover";
2525
@import "./checkbox-readonly";
2626
@import "./text-area-warn";
27+
@import "./stack";
2728

2829
@import "carbon-components/scss/globals/scss/_css--reset";
2930
@import "carbon-components/scss/globals/scss/_css--font-face";

css/g80.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/g80.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $css--plex: true;
2424
@import "./popover";
2525
@import "./checkbox-readonly";
2626
@import "./text-area-warn";
27+
@import "./stack";
2728

2829
@import "carbon-components/scss/globals/scss/_css--reset";
2930
@import "carbon-components/scss/globals/scss/_css--font-face";

css/g90.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/g90.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $css--plex: true;
2424
@import "./popover";
2525
@import "./checkbox-readonly";
2626
@import "./text-area-warn";
27+
@import "./stack";
2728

2829
@import "carbon-components/scss/globals/scss/_css--reset";
2930
@import "carbon-components/scss/globals/scss/_css--font-face";

css/white.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)