Skip to content
New issue

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

Improrting blacklight_gallery/default.scss causes 2 copies of Bootstrap styles #127

Open
jcoyne opened this issue Feb 8, 2023 · 1 comment

Comments

@jcoyne
Copy link
Member

jcoyne commented Feb 8, 2023

Because default.scss includes bootstrap, and because blacklight itself already includes bootstrap, there are two copies. I worked around this by replacing:

@import 'blacklight_gallery/default'

With

@import "blacklight_gallery/gallery";
@import "blacklight_gallery/masonry";
@import "blacklight_gallery/slideshow";
@import "blacklight_gallery/osd_viewer";
@jcoyne
Copy link
Member Author

jcoyne commented Feb 8, 2023

See sul-dlss/exhibits@6d9ba0c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant