bootstrap-toc icon indicating copy to clipboard operation
bootstrap-toc copied to clipboard

try to detach from Bootstrap

Open afeld opened this issue 9 years ago • 2 comments

Was talking with @andrewmaier today about the plugin, and realized that the only part of Bootstrap that this plugin relies upon (I think) is Scrollspy. Would be useful to try and list the dependencies more explicitly, so that it can be easily used outside of sites with Bootstrap.

afeld avatar Feb 11 '16 21:02 afeld

Pretty sure Scrollspy can be used standalone, but that would be something to test:

  • https://github.com/twbs/bootstrap/blob/master/js/scrollspy.js
  • http://getbootstrap.com/customize/?id=5000ef8619d4208de45b

Since Bootstrap docs don't make that explicit, would be good include in the updated instructions.

afeld avatar Feb 11 '16 22:02 afeld

CSS classes in use that use styles from Bootstrap:

  • .affix
  • .nav

afeld avatar Oct 24 '16 04:10 afeld