We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silly error but it's preventing successful build of React:
ERROR in ./node_modules/react-datepicker/dist/react-datepicker-cssmodules.css (./node_modules/css-loader/index.js!./node_modules/postcss-loader/lib/index.js!./node_modules/react-datepicker/dist/react-datepicker-cssmodules.css) Module build failed (from ./node_modules/css-loader/index.js): Missing whitespace before :global (485:1)
483 | background-color: #1d5d90; 484 | }
485 | :global .react-datepicker__day--in-selecting-range:not(:global .react-datepicker__day--in-range, | ^ 486 | :global .react-datepicker__month-text--in-range, 487 | :global .react-datepicker__quarter-text--in-range, 488 | :global .react-datepicker__year-text--in-range),
Syntax Error: Missing whitespace before :global (485:1)
The text was updated successfully, but these errors were encountered:
same for me, @L5eoneill , can you solve this error ?
Sorry, something went wrong.
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 10 days.
This issue was closed because it has been stalled for 10 days with no activity.
No branches or pull requests
Silly error but it's preventing successful build of React:
ERROR in ./node_modules/react-datepicker/dist/react-datepicker-cssmodules.css (./node_modules/css-loader/index.js!./node_modules/postcss-loader/lib/index.js!./node_modules/react-datepicker/dist/react-datepicker-cssmodules.css)
Module build failed (from ./node_modules/css-loader/index.js):
Missing whitespace before :global (485:1)
483 | background-color: #1d5d90;
484 | }
Syntax Error: Missing whitespace before :global (485:1)
The text was updated successfully, but these errors were encountered: