mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
chore: stick to bx
instead of cds
class prefix
This commit is contained in:
parent
d99e0a1f82
commit
526c574dd2
56 changed files with 191 additions and 193 deletions
|
@ -116,7 +116,7 @@
|
|||
</p>
|
||||
<div style="overflow-x: scroll;">
|
||||
{#each events as { type, ...rest }}
|
||||
<div style="display: block; margin-bottom: var(--cds-layout-01)">
|
||||
<div style="display: block; margin-bottom: var(--bx-layout-01)">
|
||||
<div><strong>on:{type}</strong></div>
|
||||
{#if Object.keys(rest).length > 0}
|
||||
<pre>{JSON.stringify(rest, null, 2)}</pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue