Skip to content

scss file not exports in package.json #814

@cjsewell

Description

@cjsewell

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"

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions