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
However, for media-breakpoint-between and media-breakpoint-only this will not solve a thing because you can only use not to invert a media-query-rule and not a part of a media-query rule.
For example @media (min-width: $min) and not (min-width: $max) doesn't work.
Beta 3 has broken some of my sites that were using the breakpoint-down mixin. This seems to only be affecting Safari (MacOS and iOS).
I realise this has to do with the support for fractional viewport widths as discussed here.
I've put together a Codepen to demonstrate this:
https://codepen.io/liquidvisual/pen/VyWMGM?editors=1100 (open in Safari)
The text was updated successfully, but these errors were encountered: