mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
docs: fix typo [ci skip]
This commit is contained in:
parent
7e3b0bc1cd
commit
116e34bc23
1 changed files with 12 additions and 8 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue