-
Notifications
You must be signed in to change notification settings - Fork 717
Open
Labels
Description
Checklist before opening an issue\
- Did you try google/chatgpt?
- Did you search for previous Issues in this repo?
Describe the bug
Next,js with sass fail to build, throwing the error:
SassError: Can't find stylesheet to import.
╷
5 │ @import 'react-image-gallery/styles/scss/image-gallery';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Image Gallery Version
1.4
Additional context
I believe this is due to the fact that the scss file is not exported in package.json.
Manually patching it adding the following to exports fixes it for me
"./styles/scss/image-gallery": "./styles/scss/image-gallery.scss"