Skip to content

Commit 8b3e404

Browse files
Fix css import
1 parent 10c3436 commit 8b3e404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/contractors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ $pagination-radius: 4px;
149149
}
150150
}
151151

152-
@import 'react-select/dist/react-select.min';
152+
@import '~react-select/dist/react-select.min';
153153

154154
.multiselect__select {
155155
cursor: default;

0 commit comments

Comments
 (0)