Style Guide

Example
Markup:
Description
Description (2)
Markup
Markup:<div class="historyList"><div class="col-6 col-sm-4 col-md-3 col-lg-2 marginBottom--large">
    <div class="historyListItem">
        <div class="historyListItem__image image">
            <img src="kss-assets/sample.png" alt="Description" loading="lazy" />
        </div>
        <div class="historyListItem__info">
            <div class="historyListItem__name">
                Description (2)
            </div>
        </div>
    </div>
</div></div>
Source: build/doc/doc.css, line 20041