Skip to content

Commit 16691af

Browse files
committed
Fix Unicode output from Sass file
1 parent 041f91d commit 16691af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/react-checkbox-tree.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ $rct-clickable-focus: rgba($rct-icon-color, .2) !default;
277277
}
278278

279279
&.rct-icons-fa4 .rct-icon-expand-close::before {
280-
content: "\f105";
280+
content: unicode("f105");
281281
}
282282

283283
&.rct-icons-fa5 .rct-icon-expand-close::before {
284-
content: "\f053";
284+
content: unicode("f053");
285285
}
286286
}

0 commit comments

Comments
 (0)