Skip to content

Commit 3dba178

Browse files
author
Worth Lutz
committed
fix scss and less to pass linter for build
1 parent a49f9f0 commit 3dba178

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/less/react-checkbox-tree.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
.react-checkbox-tree {
88
display: flex;
9-
flex-direction: row-reverse;
109
font-size: 16px;
10+
flex-direction: row-reverse;
1111

1212
> ol {
1313
flex: 1 1 auto;
@@ -93,9 +93,9 @@
9393
}
9494

9595
.rct-options {
96-
flex: 0 0 auto;
9796
margin-left: .5rem;
9897
text-align: right;
98+
flex: 0 0 auto;
9999
}
100100

101101
.rct-option {

src/scss/react-checkbox-tree.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $rct-clickable-focus: rgba($rct-icon-color, .2) !default;
66

77
.react-checkbox-tree {
88
display: flex;
9-
flex-direction: row-reverse;
109
font-size: 16px;
10+
flex-direction: row-reverse;
1111

1212
> ol {
1313
flex: 1 1 auto;
@@ -93,9 +93,9 @@ $rct-clickable-focus: rgba($rct-icon-color, .2) !default;
9393
}
9494

9595
.rct-options {
96-
flex: 0 0 auto;
9796
margin-left: .5rem;
9897
text-align: right;
98+
flex: 0 0 auto;
9999
}
100100

101101
.rct-option {

0 commit comments

Comments
 (0)