$feature-flags: ( ui-shell: true, grid-columns-16: true ); $css--font-face: true; $css--helpers: true; $css--body: true; $css--use-layer: true; $css--reset: true; $css--default-type: true; $css--plex: true; // Use the "white" (White) Carbon theme @import "carbon-components/scss/globals/scss/vendor/@carbon/themes/scss"; $carbon--theme: $carbon--theme--white; @include carbon--theme(); @import "carbon-components/scss/globals/scss/_css--reset"; @import "carbon-components/scss/globals/scss/_css--font-face"; @import "carbon-components/scss/globals/scss/_css--helpers"; @import "carbon-components/scss/globals/scss/_css--body"; @import "carbon-components/scss/globals/grid/grid"; // Import all component styles @import "carbon-components/scss/globals/scss/styles";