12 lines
209 B
SCSS
12 lines
209 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
%breadcrumbs li a {
|
|
@extend %crumbs;
|
|
}
|
|
%breadcrumbs li:not(:first-child) a {
|
|
@extend %breadcrumb;
|
|
}
|
|
%breadcrumbs li:first-child a {
|
|
@extend %breadcrumb-milestone;
|
|
}
|