mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
docs(theme): add description, update carbon theme link [ci skip]
This commit is contained in:
parent
a97f72d3e3
commit
7457edf60d
6 changed files with 19 additions and 14 deletions
|
@ -105,7 +105,10 @@
|
|||
{:else if type.startsWith("(")}
|
||||
<code>{type}</code>
|
||||
{:else}
|
||||
<InlineSnippet code="{type}" />
|
||||
<InlineSnippet
|
||||
code="{type}"
|
||||
style="white-space: pre-wrap"
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
{/each}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue