Breadcrumbs
Available Sass Variables and default values
$breadcrumb-color: $text-color
$breadcrumb-current-color: $brand-primary
$breadcrumb-current-font-weight: bold
$breadcrumb-separator-content: "|"
$breadcrumb-separator-top: 0
$breadcrumb-separator-color: $text-color
Examples
Markup is simple:
.breadcrumbs
ul
li: a href="#" Grandparent thing
li: a href="#" Parent thing
li: a href="#" Current thing