chore(examples): use JS import for stylesheet

This commit is contained in:
Eric Liu 2020-09-13 14:45:33 -07:00
commit 003246dfe9
5 changed files with 15 additions and 1112 deletions

View file

@ -1,3 +1,4 @@
import "carbon-components-svelte/css/all.css";
import * as sapper from "@sapper/app";
sapper.start({ target: document.querySelector("#sapper") });