UNPKG

182 BSCSSView Raw
1@mixin td-breadcrumbs-theme($theme) {
2 $foreground: map-get($theme, foreground);
3
4 td-breadcrumb {
5 &:last-of-type {
6 font-weight: bold;
7 cursor: default;
8 }
9 }
10}