mirror of
https://github.com/status-im/consul.git
synced 2025-02-17 16:16:44 +00:00
9 lines
141 B
SCSS
9 lines
141 B
SCSS
|
@import './skin';
|
||
|
@import './layout';
|
||
|
%breadcrumbs li > * {
|
||
|
@extend %breadcrumb;
|
||
|
}
|
||
|
%breadcrumbs strong {
|
||
|
@extend %breadcrumb-selected;
|
||
|
}
|