chore: set up all component styles, fonts, and themes

- Adapt documentation to new styles
This commit is contained in:
Enrico Sacchetti 2024-01-10 15:32:56 -05:00
commit fc0d37cf33
58 changed files with 335 additions and 295 deletions

View file

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