Looking for uber-flexible lightweight SCSS grid

I’m still not experienced enough to create my own grid system, so I’m looking for one that could give me the following flexibility:

– To be able to set my own class name for the grid container and the grid items.
– To have a variable for how many columns I need for each media query breakpoint.
– To be able to set the gutter for each media query breakpoint.
– To be able to toggle true/false variables such as creating push, pull or no-gutter classes, in order to minimize the exported CSS code (optional)

The closest I could find is Toast Grid, but I think it is still buggy.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.