Skip to content

Commit

Permalink
Update docs/chakra-migration-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minimalsm authored Sep 14, 2022
1 parent 4296b7e commit cfb7b19
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/chakra-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,14 @@ const Paragraph = styled.p`

We are going to use [the Chakra default breakpoints](https://chakra-ui.com/docs/styled-system/theme#breakpoints) from now on. Check the following table to do the conversion:
| old breakpoints | new breakpoints |
|---|---|
| xs | - |
| s | sm |
| m | md |
| l | lg |
| xl | xl |
| - | 2xl |
|-----------------|-----------------|
| xs | - |
| s | sm |
| m | md |
| l | lg |
| xl | xl |
| - | 2xl |


```tsx
// before
Expand Down

0 comments on commit cfb7b19

Please sign in to comment.