Skip to content

open-sauces/super-simple-flex-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super-simple-flex-grid

This grid is deprecated. CSS Grids are here!


What the grid is

  • An HTML centric approach to Flexbox, with emphasis on customizability through modifier classes.

What the grid is not

  • Viewport-specific responsive: In the real world, design often requires pixel perfect implementation. Having responsive styles dictated in HTML through [viewport]-[grow1/grow2/hide/show] classes as well as custom css is a pain and hassle to maintain.