mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
11 lines
256 B
SCSS
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();
|
|
}
|