Skip to content

Commit 5f07cf4

Browse files
author
Giuseppe Aremare
committed
fix(DatePicker): broken with yarn 2 or yarn workspaces
1 parent d862521 commit 5f07cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)