chore: use v11 styles for docs

This commit is contained in:
Gregor Wassmann 2022-10-11 22:45:11 +02:00
commit 46056f2d82
4 changed files with 15 additions and 1 deletions

8
docs/src/carbon.scss Normal file
View file

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