Open jcoyne opened 1 year ago
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";
See https://github.com/sul-dlss/exhibits/commit/6d9ba0c4723837f539de120a9cce27becc864156
Because default.scss includes bootstrap, and because blacklight itself already includes bootstrap, there are two copies. I worked around this by replacing:
With