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
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.
The current breakpoint behavior of the responsive `au-u-flex` utilities is deprecated. Instead of `max-width` they will use `min-width` queries to make them consistent with other responsive util classes.\
143
+
Set the global `$au-flex-utilities-reverse-responsive-breakpoints` variable to `true` and modify the responsive classes where needed.";
0 commit comments