fix: Adjust breakpoints to match greater and equal
This MR implements a fix for getBreakpointSize
. Instead of checking windowWidth > breakpoints[key]
, we now check for >=
to include the actual breakpoint as well.
With this, the breakpoints conform to the actual BS4 breakpoints in https://getbootstrap.com/docs/4.0/layout/overview/
Edited by 🤖 GitLab Bot 🤖