Skip to content

Commit

Permalink
[breaking] change "lg" breakpoint to "md"; add "xl"
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Sep 29, 2021
1 parent f096c5e commit cbd778f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tokens/breakpoints.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
lg: '768px',
xl: '1090px'
md: '768px',
lg: '1076px',
xl: '1280px'
}

0 comments on commit cbd778f

Please sign in to comment.