• Patterns
  • Stats

Basic, with unit and description

99 m
bottles of beer on the wall

Usage notes

A unit can be added to to the stat and a description.

 
<div class="stat">
  <div class="stat__figure">
    99
    <span class="stat__figure__unit">m</span>
  </div>
  <div class="stat__description">bottles of beer on the wall</div>
</div>