[Locked] Bootstrap 3 vs 4: which should I use?
If you must support IE9 or earlier browsers, keep using Bootstrap 3. It won't be updated again but will remain a stable release for all your current projects.
Bootstrap 4 is a major re-write using CSS Flexbox instead of Floats for layouts. Additional changes include:
- New grid layout breakpoints (xs, sm, md, lg and xl) every tier has been bumped up one level.
- Typography is expressed in REM instead of PX.
- Source CSS files use SASS instead of LESS.
- Many new utility classes which you might not recognize from Bootstrap 3.
- Component changes -- panels, thumbnails & wells are replaced with cards.
For a more thorough summary of the big ticket items that changed in Bootstrap 4, see link below. Keep in mind this is no longer an Alpha project. Bootstrap 4 is the current stable release version.
https://v4-alpha.getbootstrap.com/migration/
Nancy

