v12.1.0
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.
New features ✨
<div class="grid">...</div>
- Card buttons -
.button-card--blue
and.button-card--white
variations #445
<a class="button-card" href="#">
<div class="button-card__inner button-card--blue">
<span class="button-card__label">...</span>
<svg class="button-card__icon icon" aria-hidden="true">
<use xlink:href="#icon-chevron-right"></use>
</svg>
</div>
</a>