How to add new Breakpoint xxl?
-
Hi! I’d like to add a new breakpoint!
By default there are:
$sizes = { xs: 0, sm: 575px md: 767px lg: 991px xl: 1199px }
But I would find useful another one for bigger screens from 1400-1600px, like:
xxl:1199px
Is this possible?
-
Is it really necessary? Once a screen is a certain large size, doesn’t practically everything fit as required?
Scott
-
@s-molinari in theory - yes, in practice - no
-
Hello! I am also extremely interested in adding an additional breakpoint. The standard values work generally quite well for my purposes but I could really use an additional one between sm and lg.
-
I could really use an additional one between sm and lg
sm, md, lg <- there already is
-
This post is deleted! -
@Hawkeye64 Well yes, that’s why I said an additional one. There’s 900px between sm and lg, one breakpoint is not enough to ensure responsiveness to a necessary degree for my purposes. Of 10 most commonly used screen sizes in 2020 7 fall into that range and I can’t avoid some of them looking awkward.