Skip to content

Commit

Permalink
feat(useBreakpoints): add breakpoints for Quasar (#756)
Browse files Browse the repository at this point in the history
Co-authored-by: eliarege <ege.iliklier@eliarge.com>
  • Loading branch information
Maiquu and MaiquuToo committed Sep 17, 2021
1 parent 9728a14 commit 130c372
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/core/useBreakpoints/breakpoints.ts
Expand Up @@ -50,6 +50,18 @@ export const breakpointsAntDesign = {
xxl: 1600,
}

/**
* Breakpoints from Quasar V2
*
* @see https://quasar.dev/style/breakpoints
*/
export const breakpointsQuasar = {
xs: 600,
sm: 1024,
md: 1440,
lg: 1920,
}

/**
* Sematic Breakpoints
*/
Expand Down

0 comments on commit 130c372

Please sign in to comment.