Skip to content

Commit a35bb4a

Browse files
authored
Merge pull request #1471 from neomusic/master
fix(DatePicker): broken with yarn 2 or yarn workspaces
2 parents d862521 + 5f07cf4 commit a35bb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatePicker/datePicker.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import '../utils/theme/variables.scss';
2-
@import 'node_modules/react-dates/lib/css/_datepicker';
2+
@import 'react-dates/lib/css/_datepicker';
33

44
$date-picker-width-input: 150px !default;
55
$date-picker-month-header-background: $brc-azure !default;

0 commit comments

Comments
 (0)