Skip to content

v6.4.2

Compare
Choose a tag to compare
@shawnbot shawnbot released this 22 Oct 21:03
· 405 commits to main since this release
0c9b7ac

🐛 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 after mb-*-0, so it was impossible to use mb-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 allows mb-2 mb-md-0 ("bottom margin 2 by default, 0 at the medium breakpoint and above") to work.