You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a bug with Bootstrap 4.5.2 when using any of the @include media-breakpoint-down() functions.
The generated media query is always one breakpoint too high...
Any fix for this?
The text was updated successfully, but these errors were encountered:
Note that since browsers do not currently support range context queries, we work around the limitations of min- and max- prefixes and viewports with fractional widths (which can occur under certain conditions on high-dpi devices, for instance) by using values with higher precision for these comparisons.
There seems to be a bug with Bootstrap 4.5.2 when using any of the
@include media-breakpoint-down()
functions.The generated media query is always one breakpoint too high...
Any fix for this?
The text was updated successfully, but these errors were encountered: