carbon-components-svelte/docs/src/carbon.scss
2024-01-02 15:12:21 -05:00

11 lines
256 B
SCSS

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