diff --git a/docs/src/pages/index.svelte b/docs/src/pages/index.svelte index e5913d49..5d372c4c 100644 --- a/docs/src/pages/index.svelte +++ b/docs/src/pages/index.svelte @@ -42,21 +42,6 @@ `; $: cssImport = `import "carbon-components-svelte/css/${$theme}.css";`; - $: cssCdn = ` - - - - -`; - $: cssCdnSvelteHead = ` - -`; @@ -138,10 +123,9 @@ - + - @@ -164,32 +148,6 @@ - -

- An alternative to loading styles is to link an external - StyleSheet from a Content Delivery Network (CDN) like - - unpkg.com - . -

-

This is best suited for rapid prototyping.

-
HTML
- - -

- -

-
-
-
svelte:head
- - -

- -

-
-
-

The most performant method to load styles is to import SCSS