Skip to content

Commit

Permalink
feat(useBreakpoints): add breakpoints for PrimeFlex (#3317)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
adrianrudnik and antfu committed Aug 25, 2023
1 parent c08e5e0 commit 8b5ed4d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/core/useBreakpoints/breakpoints.ts
Expand Up @@ -92,3 +92,15 @@ export const breakpointsMasterCss = {
'3xl': 1920,
'4xl': 2560,
}

/**
* Breakpoints from PrimeFlex
*
* @see https://www.primefaces.org/primeflex/setup
*/
export const breakpointsPrimeFlex = {
sm: 576,
md: 768,
lg: 992,
xl: 1200,
}

0 comments on commit 8b5ed4d

Please sign in to comment.