Skip to content

Commit

Permalink
chore: fix value in screens.stories.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
lupy100 committed Jul 11, 2023
1 parent 0c62cda commit 890dbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tokens/stories/4_Screens.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ All breakpoints used in our projects.
| 576px | `var(--screen-xs)` |
| 768px | `var(--screen-sm)` |
| 992px | `var(--screen-md)` |
| 1280px | `var(--screen-lg)` |
| 1200px | `var(--screen-lg)` |
| 1440px | `var(--screen-xlg)` |
| 1920px | `var(--screen-fhd)` |
| 2048px | `var(--screen-2k)` |
Expand Down

0 comments on commit 890dbdb

Please sign in to comment.