mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore: format files with Prettier 3
This commit is contained in:
parent
1dcd09bd98
commit
8e996dc683
391 changed files with 3725 additions and 3785 deletions
|
@ -85,9 +85,9 @@
|
|||
<img
|
||||
style:width="100%"
|
||||
{...$$restProps}
|
||||
src="{src}"
|
||||
alt="{alt}"
|
||||
transition:fade|local="{{ duration: fadeIn ? fast02 : 0 }}"
|
||||
{src}
|
||||
{alt}
|
||||
transition:fade|local={{ duration: fadeIn ? fast02 : 0 }}
|
||||
/>
|
||||
{/if}
|
||||
{/key}
|
||||
|
@ -95,7 +95,7 @@
|
|||
<slot name="error" />
|
||||
{/if}
|
||||
{:else}
|
||||
<AspectRatio ratio="{ratio}">
|
||||
<AspectRatio {ratio}>
|
||||
{#if loading}
|
||||
<slot name="loading" />
|
||||
{/if}
|
||||
|
@ -104,9 +104,9 @@
|
|||
<img
|
||||
style:width="100%"
|
||||
{...$$restProps}
|
||||
src="{src}"
|
||||
alt="{alt}"
|
||||
transition:fade|local="{{ duration: fadeIn ? fast02 : 0 }}"
|
||||
{src}
|
||||
{alt}
|
||||
transition:fade|local={{ duration: fadeIn ? fast02 : 0 }}
|
||||
/>
|
||||
{/if}
|
||||
{/key}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue