diff --git a/docs/src/pages/index.svelte b/docs/src/pages/index.svelte index 0ce0eaa3..0a94746d 100644 --- a/docs/src/pages/index.svelte +++ b/docs/src/pages/index.svelte @@ -139,7 +139,7 @@

An alternative to loading styles is to link an external - StyleSheet from a Content Delivery Networks (CDN) like + StyleSheet from a Content Delivery Network (CDN) like unpkg.com . @@ -159,18 +159,22 @@

The most performant method to load styles is to import SCSS - directly from carbon-components. Although it - requires more set up, you can reduce the size of the bundle CSS - by importing individual component styles instead of a - pre-compiled CSS StyleSheet. + directly from + carbon-components. Although it requires more set + up, you can reduce the size of the bundle CSS by importing + individual component styles instead of a pre-compiled CSS + StyleSheet.

- Refer to the official Carbon guide on SASS for documentation. + > + official Carbon guide on SASS + + for documentation.