What's coming up in
Released in 2011, Bootstrap 1.0 wasn’t even responsive
It went fully responsive and they slowly started phasing out Internet Explorer 7 support.
They went “flat” and removed gradients, added a ton of new features, and upgraded their grid to be insanely more powerful:
With so much features and changes to talk about!
You can include Bootstrap 4 through:
git clone https://github.com/twbs/bootstrap.git
bower install bootstrap
npm intstall bootstrap
composer require twbs/bootstrap
meteor add twbs:bootstrap
Then
Now,
<div class="row">
<div class="col-sm-6 m-b-lg">
<!-- column-small-50%, margin-bottom-large -->
</div>
</div>
Some of the other changes:
And that barely scratches the surface of the 1,100 commits and 120,000 lines of changes in v4 so far. Plus, they’re not even done yet!