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

View file

@ -18,10 +18,6 @@
import Theme from "../components/Theme.svelte";
</script>
<style lang="scss" global>
@import "carbon-components-svelte/css/all";
</style>
<Theme persist theme="g10">
<Header segment="{segment}" />
<Content style="background: none; padding: 1rem">