Reputation: 5781
I am creating a Rails application that will have the Blacklight gem installed. I need to customize the Blacklight interface by incorporating some Bootstrap stuff into it. However, it looks like Blacklight may have already incorporated a subset of Bootstrap into its source.
My question is... is it possible to add the full set of Bootstrap into my Rails application without completely breaking whatever Blacklight is using?
I'm kind of new to Rails and SCSS, so I don't really know if there's any sort of heirarchy, namespacing, etc.
Upvotes: 0
Views: 80
Reputation: 3789
I dropped a Bootstrap 3 tab panel in a default installation of blacklight, and found that you had to include bootstrap.js in the application's javascript assets, other than that it worked as expected.
Upvotes: 0