docs: fix typo [ci skip]

This commit is contained in:
Eric Y Liu 2021-07-19 04:57:12 -07:00
commit 116e34bc23

View file

@ -139,7 +139,7 @@
<TabContent> <TabContent>
<p> <p>
An alternative to loading styles is to link an external 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
<OutboundLink inline size="lg" href="https://unpkg.com/"> <OutboundLink inline size="lg" href="https://unpkg.com/">
unpkg.com unpkg.com
</OutboundLink>. </OutboundLink>.
@ -159,18 +159,22 @@
<TabContent> <TabContent>
<p> <p>
The most performant method to load styles is to import SCSS The most performant method to load styles is to import SCSS
directly from <code>carbon-components</code>. Although it directly from
requires more set up, you can reduce the size of the bundle CSS <code>carbon-components</code>. Although it requires more set
by importing individual component styles instead of a up, you can reduce the size of the bundle CSS by importing
pre-compiled CSS StyleSheet. individual component styles instead of a pre-compiled CSS
StyleSheet.
</p> </p>
<p> <p>
Refer to the <OutboundLink Refer to the
<OutboundLink
inline inline
size="lg" size="lg"
href="https://github.com/carbon-design-system/carbon/blob/main/docs/guides/sass.md" href="https://github.com/carbon-design-system/carbon/blob/main/docs/guides/sass.md"
>official Carbon guide on SASS</OutboundLink >
> for documentation. official Carbon guide on SASS
</OutboundLink>
for documentation.
</p> </p>
</TabContent> </TabContent>
</div> </div>