-
The documentation instructs users to use the command |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@emile-cs the https://github.com/gpbl/react-day-picker/blob/main/package.json#L71 If your bundler doesn't understand the |
Beta Was this translation helpful? Give feedback.
@emile-cs the
style.css
path is mapped via package.json exports:https://github.com/gpbl/react-day-picker/blob/main/package.json#L71
If your bundler doesn't understand the
exports
setting, then it is safe to import them fromreact-day-picker/src/style.css
.