denshoproject / encyc-front

front-end interface for the encyclopedia
Other
1 stars 0 forks source link

ui: Upgrade bootstrap base library #110

Open GeoffFroh opened 3 years ago

gjost commented 3 years ago

Unfortunately this is not a simple matter of pointing to new css/js files: each version of Bootstrap is a significant rewrite and they're not backwards-compatible. CSS classnames have changed, there was a switch to a flexbox/grid system, and responsive layout is handled differently(?). Shouldn't be a huge deal, but it's not just a simple thing.