From 116e34bc232bcdf1f43ab0bb09fac8935707f529 Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Mon, 19 Jul 2021 04:57:12 -0700 Subject: [PATCH] docs: fix typo [ci skip] --- docs/src/pages/index.svelte | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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.