mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
docs: apply noGutter to installation code snippets
This commit is contained in:
parent
9fd8a9e17b
commit
6cb0a8d685
1 changed files with 6 additions and 2 deletions
|
@ -52,9 +52,13 @@
|
|||
<Column>
|
||||
<h3>Install</h3>
|
||||
<h4>Installing with yarn:</h4>
|
||||
<CodeSnippet code="{installYarn}" />
|
||||
<Row noGutter>
|
||||
<CodeSnippet code="{installYarn}" />
|
||||
</Row>
|
||||
<h4>Using npm:</h4>
|
||||
<CodeSnippet code="{installNpm}" />
|
||||
<Row noGutter>
|
||||
<CodeSnippet code="{installNpm}" />
|
||||
</Row>
|
||||
</Column>
|
||||
</Row>
|
||||
<Row>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue