-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storybook-utils): fix
xsmall2
breakpoint name (#73)
Fix breakpoint name to match the key name which was updated by Jannick
- Loading branch information
1 parent
124ae10
commit f703e4e
Showing
2 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
"@sit-onyx/storybook-utils": patch | ||
--- | ||
|
||
refactor: rename breakpoints | ||
|
||
| Old | New | | ||
| ------- | --- | | ||
| 2xsmall | 2xs | | ||
| sxmall | xs | | ||
| small | sm | | ||
| medium | md | | ||
| large | lg | | ||
| xlarge | xl | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters