From 27ca34170e5220c133966388ab48c8bf53c48754 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:31:01 -0700 Subject: [PATCH] docs: remove CDN instructions (#1989) --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/README.md b/README.md index fed86fff..eac3a1ae 100644 --- a/README.md +++ b/README.md @@ -87,37 +87,6 @@ import "carbon-components-svelte/css/g100.css"; import "carbon-components-svelte/css/all.css"; ``` -#### CDN - -An alternative to loading styles is to link an external StyleSheet from a Content Delivery Network (CDN) like [unpkg.com](https://unpkg.com/). - -This is best suited for rapid prototyping. - -##### HTML - -```html - - -
- - - -``` - -##### `svelte:head` - -```html -