Skip to content

List

Using the .list--unstyled class you can remove the bullets as well as the browser defined padding and margin for a list.

<ul class="list--unstyled">
<li>Item</li>
<li>Item</li>
<li>Item</li>
</li>

Adding the .group class results in an inline list.

<ul class="list--unstyled group">
<li>Item</li>
<li>Item</li>
<li>Item</li>
</li>