I thought it's possible to replace the @breadcrumb-separator
temporarily, but unfortunately it doesn't work that way:
#detailnavigation {
@breadcrumb-separator: "|";
.list-inline.related {
.breadcrumb;
}
}
Isn't it possible to override a variable in a given scope? Or is the problem that .breadcrumb
isn't a mixin?
@breadcrumb-separator
variable in L15 of their breadcrumbs.less github.com/twbs/bootstrap/blob/master/less/breadcrumbs.less#L15 – Lareine