I want to use the modals from Twitter Bootstrap, but I can’t switch over to using all of Twitter Bootstrap right now. I assume I need to use the LESS files directly. Can someone provide an example of how to use the Twitter Bootstrap modals in isolation?
Share
Have you tried using the customise page to specify which bits you want?
http://twitter.github.com/bootstrap/customize.html
You should just end up with the styles required for the modals and also the jQuery plugin.
Then you can follow the documentation to get your modal up and running.