First of all on the docs it says add this into your styles scss:
@import '~lightgallery/scss/lightgallery';
But this throws an error. It cannot find it. If you remove the first character it finally finds it but fails on finding some other fonts and images.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
The styles import is causing the issue.
Steps to reproduce
First of all on the docs it says add this into your styles scss:
@import '~lightgallery/scss/lightgallery';
But this throws an error. It cannot find it. If you remove the first character it finally finds it but fails on finding some other fonts and images.Environment
Additional context