chore: use v11 styles for docs

This commit is contained in:
Gregor Wassmann 2022-10-11 22:45:11 +02:00 committed by Enrico Sacchetti
commit 8d5bf359a9
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
4 changed files with 16 additions and 2 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();
}

View file

@ -1,5 +1,5 @@
import App from "./App.svelte";
import "../../css/all.css";
import "./carbon.scss";
import "./global.css";
const app = new App({ target: document.body });