In this second and final part of this short series about mobile app dev, let’s talk about grids and glyphicons.
By Jan Jorgensen
In a previous article, I covered how the grid system in Bootstrap works, so in order not to bore you I will try not to repeat myself.
The grid system in version 4 is still based on a maximum of 12 columns! But even though the grid system seems the same from version 3 to 4, something has changed under the hood. In Bootstrap 3, the grid system was based on floats, but that changed in Bootstrap 4; it is now based on flexbox.