mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore(examples): use JS import for stylesheet
This commit is contained in:
parent
42cf90a702
commit
003246dfe9
5 changed files with 15 additions and 1112 deletions
|
@ -1,3 +1,4 @@
|
|||
import "carbon-components-svelte/css/all.css";
|
||||
import * as sapper from "@sapper/app";
|
||||
|
||||
sapper.start({ target: document.querySelector("#sapper") });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue