Skip to content

Commit dbec178

Browse files
committed
SURF-1875 Changes
1 parent 282a826 commit dbec178

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
@@ -22,7 +22,6 @@
2222
- Complex CSS Selectors
2323
- NO !important
2424
\* ========== COMPONENTS ========== */
25-
@import 'components/badge/index';
2625
@import 'components/box/index';
2726
@import 'components/breadcrumb/index';
2827
@import 'components/button/index';

src/scss/components/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// TODO: migrate components from LESS
22
@import "accordion/index";
33
@import "alert/index";
4+
@import "badge/index";
45
@import "box/index";
56
@import "loader/index";
67
@import "selector-strip/index";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.hxBadge {
22
align-items: center;
3-
background-color: @red-900;
3+
background-color: $red-900;
44
border-radius: 1em;
5-
color: @gray-0;
5+
color: $gray-0;
66
display: inline-flex;
77
height: 1.25em;
88
justify-content: center;

0 commit comments

Comments
 (0)