v12.1.2

Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.

Bug fixes 🐛

  • Reverted removal of max-width: var(--w-sml); & margin: 0 auto; made in v12.1.0 as it was breaking usage of classless elements #451
<section>
  <div>...</div>
</section>

Other changes

  • Due to the bug fix above, some fixes were applied to Grid #451
.uomcontent [role='main'] .grid {
  ...
  max-width: 100%;
  margin: inherit;
}
[role='main'] .button-card__inner{
  max-width: 100%;
  margin: inherit;
}