Skip to content

Commit

Permalink
update migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Oct 22, 2024
1 parent ce05912 commit 46a902c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/cli/src/migrations/beta-to-v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ export default (glob?: string) =>
'--fds-border_radius-small': '--ds-border-radius-sm',
'--fds-border_radius-medium': '--ds-border-radius-md',
'--fds-border_radius-large': '--ds-border-radius-lg',
'--fds-border_radius-xlarge': '--ds-border-radius-xl',
'--fds-border_radius-xxlarge': '--ds-border-radius-2xl',
'--fds-border_radius-xxxlarge': '--ds-border-radius-3xl',
'--fds-border_radius-xxxxlarge': '--ds-border-radius-4xl',
'--fds-border_radius-xlarge': '--ds-border-radius-lg',
'--fds-border_radius-xxlarge': '--ds-border-radius-lg',
'--fds-border_radius-xxxlarge': '--ds-border-radius-lg',
'--fds-border_radius-xxxxlarge': '--ds-border-radius-lg',
'--fds-border_radius-full': '--ds-border-radius-full',
'--fds-base_spacing': '[delete]',
'--fds-base_sizing': '[delete]',
Expand Down

0 comments on commit 46a902c

Please sign in to comment.