Bootstrap 4

Bootstrap 4

Web Stuff 22.09.2015 3523


Bootstrap 4

Bootstrap 4 is in alpha, news are exciting however it is still a long time to go till the final release. We have downloaded the first alpha version and we can't wait to build our first software for you on Bootstrap 4.

There is also a good news that Bootstrap 3 will be still supported even after the final release of Bootstrap 4.

Support for IE 8 and IOS 6 will be dropped plus there will be official support for Lolipop 5.0. Instead of pixels, Bootstrap 4 will using em for media queries. Thumbnails, wells and panels are removed and using just one class called card.

Justified Navs are removed and not replaced.

The following media queries will be used within Bootstrap 4:

// Extra small devices (portrait phones, less than ???px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 34em and up)
@media (min-width: 34em) { ... }

// Medium devices (tablets, 48em and up)
@media (min-width: 48em) { ... }

// Large devices (desktops, 62em and up)
@media (min-width: 62em) { ... }

// Extra large devices (large desktops, 75em and up)
@media (min-width: 75em) { ... }

The grid will luckely stay the same:

<div class="container">
<div class="row">
<div class="col-sm-4">
One of three columns
</div>
<div class="col-sm-4">
One of three columns
</div>
<div class="col-sm-4">
One of three columns
</div>
</div>
</div>

Again for us one of the best cms framework available and we are looking forward to build great software for you with Bootstrap 4 soon.