maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Remove Bootstrap #491

Closed solkaz closed 7 years ago

solkaz commented 7 years ago

Bootstrap is still a dependency and is pulled in when the user loads the page, adding to the load times. However, we don't use any of Bootstrap's CSS classes, so there's no reason we need to pull it in. This isn't as simple as removing the tags, because Bootstrap affects how certain tags are styled and thus there are noticeable differences once we remove it.