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 = `
- An alternative to loading styles is to link an external
- StyleSheet from a Content Delivery Network (CDN) like
-
This is best suited for rapid prototyping.
-
-
-
The most performant method to load styles is to import SCSS