Add example of nested grid
Can't find any nested grid samples. Confused with .grid/grid__cell usage in that scenario. Please help.
Avalanche grids are infinitely nestable - all you need to do is put another .grid inside an existing .grid__cell.
<div class="grid">
<div class="1/2 grid__cell">
<div class="grid">
<div class="1/4 grid__cell">
.grid is the grid wrapper. If you're coming from Bootstrap, for example, this would be .row.
.grid__cell is used for each cell or column. In Bootstrap, this would be .col-*.
You are right that there are no explicit examples on the demo so I'll leave this here as a task to add it to the docs.
Thanks for clarification, and for the great grid framework!
Great Framework
I am having problem when I add multiple class to support multiple device view.