Skip to content

Commit 8b5ed4d

Browse files
adrianrudnikantfu
andauthored
feat(useBreakpoints): add breakpoints for PrimeFlex (#3317)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
1 parent c08e5e0 commit 8b5ed4d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/core/useBreakpoints/breakpoints.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,15 @@ export const breakpointsMasterCss = {
9292
'3xl': 1920,
9393
'4xl': 2560,
9494
}
95+
96+
/**
97+
* Breakpoints from PrimeFlex
98+
*
99+
* @see https://www.primefaces.org/primeflex/setup
100+
*/
101+
export const breakpointsPrimeFlex = {
102+
sm: 576,
103+
md: 768,
104+
lg: 992,
105+
xl: 1200,
106+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy