v6.4.2
🐛 Bug fixes
-
Fixes an issue with the state and ZIP code inputs being too close to one another on smaller screens.
-
Fixes the output order of many of our responsive CSS utility classes:
Previously, each value was output sequentially, which gave precedence to classes with higher values. (For instance,
mb-2
was output aftermb-*-0
, so it was impossible to usemb-2 mb-md-0
.) Now, we output breakpoint media queries sequentially, then values, so that responsive utilities have precedence over non-responsive ones. This is what allowsmb-2 mb-md-0
("bottom margin 2 by default, 0 at the medium breakpoint and above") to work.