Skip to content

fix: Adjust breakpoints to match greater and equal

Martin Wortschack requested to merge mw-breakpoints-adjustments into main

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 🤖

Merge request reports