carbon-components-svelte/docs/src/carbon.scss
Gregor Wassmann 8c7e8882b2 chore: keep flex-grid instead of css grid for the moment
Upgrading to css-grid should be separate.
2023-10-07 12:20:28 +02:00

11 lines
227 B
SCSS

@use '@carbon/styles' with (
$prefix: 'bx',
$use-flexbox-grid: true
);
@use '@carbon/themes';
@use '@ibm/plex/scss/ibm-plex.scss';
:root {
// Emit CSS Custom Properties for the current theme
@include themes.theme();
}