mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs: prefer <strong> over <code>
This commit is contained in:
parent
6731f944ab
commit
483eff6c9b
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
|
||||
<div class="body-short-01">
|
||||
You must provide an `iconDescription` for the button tooltip.
|
||||
You must provide an <strong>iconDescription</strong> for the button tooltip.
|
||||
</div>
|
||||
</InlineNotification>
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
|
||||
<div class="body-short-01">
|
||||
You must provide an <code>iconDescription</code> for the button tooltip.
|
||||
You must provide an <strong>iconDescription</strong> for the button tooltip.
|
||||
</div>
|
||||
</InlineNotification>
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ components: ["DatePicker", "DatePickerInput", "DatePickerSkeleton"]
|
|||
|
||||
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
|
||||
<div class="body-short-01">
|
||||
If using Rollup, specify <code>inlineDynamicImports: true</code> in your <strong>rollup.config.js</strong>.
|
||||
If using Rollup, specify <strong>inlineDynamicImports: true</strong> in your <strong>rollup.config.js</strong>.
|
||||
</div>
|
||||
</InlineNotification>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue