The Grids

Ignition includes a simple grid that uses CSS Grid with a fallback on flexbox. You can also choose to use flexbox by default. The grid is very easy to use and does away with the need to use column and row classes.

Understanding how grids work is important because so many people seem to think they need some huge framework, when in reality its not very hard anymore. With Flexbox and now CSS Grid it’s really easy to start making your own grids.

Ignition includes some easy classes that can be used to create grids, containers and a bit more. So make sure you understand fully how grids work so you can start building some really cool sites!

The grid documentation has been split into separate parts. Make sure to read it all to have a solid understanding.