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

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 });