Skip to content

Commit 860376d

Browse files
authored
Merge pull request #591 from BY00565233/SURF-1876
SURF-1876 Changes
2 parents 62a3d7d + 2157954 commit 860376d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/less/components.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
- NO !important
2424
\* ========== COMPONENTS ========== */
2525
@import 'components/box/index';
26-
@import 'components/breadcrumb/index';
2726
@import 'components/button/index';
2827
@import 'components/checkbox/index';
2928
@import 'components/choice-tile/index';

src/scss/components/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@import "accordion/index";
33
@import "alert/index";
44
@import "badge/index";
5+
@import "breadcrumb/index";
56
@import "box/index";
67
@import "loader/index";
78
@import "selector-strip/index";

src/less/components/breadcrumb/index.less renamed to src/scss/components/breadcrumb/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
text-transform: capitalize;
1313

1414
&:last-of-type {
15-
color: @gray-600;
15+
color: $gray-600;
1616
font-weight: 300;
1717
pointer-events: none;
1818
}
1919
}
2020

2121
.delimiter {
22-
color: @gray-600;
22+
color: $gray-600;
2323
font-size: 0.5rem;
2424
margin-right: 0.5rem;
2525
}

0 commit comments

Comments
 (0)