Skip to content

Commit

Permalink
fix(useBreakpoints): add missing breakpoint for the bootstrap (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
edtorba committed Oct 7, 2023
1 parent 51f012b commit ec9a45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/useBreakpoints/breakpoints.ts
Expand Up @@ -17,6 +17,7 @@ export const breakpointsTailwind = {
* @see https://getbootstrap.com/docs/5.0/layout/breakpoints
*/
export const breakpointsBootstrapV5 = {
xs: 0,
sm: 576,
md: 768,
lg: 992,
Expand Down

0 comments on commit ec9a45b

Please sign in to comment.