Skip to content

Commit

Permalink
docs: Fixed accordion variable names in migration guide (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails authored Nov 16, 2024
1 parent 65b8769 commit 03c4e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/docs/src/content/migration/svelte-5/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ const config: Config = {
keyframes: {
'accordion-down': {
from: { height: '0' },
to: { height: 'var(--radix-accordion-content-height)' }
to: { height: 'var(--bits-accordion-content-height)' }
},
'accordion-up': {
from: { height: 'var(--radix-accordion-content-height)' },
from: { height: 'var(--bits-accordion-content-height)' },
to: { height: '0' }
},
'caret-blink': {
Expand Down

0 comments on commit 03c4e3d

Please sign in to comment.