Closed Windvis closed 9 months ago
This is breaking for apps that are using the utilities, but we could consider it a bugfix and just mention it in the release notes?
It seems there are a couple of places where the responsive utils are used: https://github.com/search?q=org%3Alblod+%2Fau-u-flex%5CS*%40%2F&type=code
Edit: went with a deprecation and an opt-in variable to be safe.
These were accidentally using the breakpoints as the upper bound instead of lower bound. This deprecates the old behavior and adds a global variable that can be set to enable the min-width based queries.
Closes #394