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