Herman Breadcrumb Component
So you always know where you are…
.breadcrumb
scss
.breadcrumb {
background: tools.color('callout');
padding: tools.size('shim') tools.size('flex-gutter');
a,
span,
strong {
display: inline-block;
}
}
Example
html
<nav class="breadcrumb">
<a href="index.html">Herman</a> »
<strong>_Component: Breadcrumb</strong>
</nav>