blob: 55ea6017a14ea8a4e5547176b259c8ee290a9519 [file] [log] [blame]
@mixin td-breadcrumbs-theme($theme) {
$foreground: map-get($theme, foreground);
td-breadcrumb {
&:last-of-type {
font-weight: bold;
cursor: default;
}
}
}