Stack - CSS class
Can also be applied as as standalone CSS class.
Default
<div class="stack">
<span class="item">Item</span>
<span class="item">Item</span>
...
</div>
Item
Item
Item
Item
Item
With CSS custom properties appiled
<div class="stack" style="--stack-space--component: var(--s2)">
<span class="item">Item</span>
<span class="item">Item</span>
...
</div>
Item
Item
Item
Item
Item