INSTALLATION
To install this grid system download it to your project's root directory from HERE.
Then import it to your stylezero.json file.
"attributes":{"@import":["css-grid-system.json"]}
USAGE
To use the grid system set to the parent element this: 0{display:flex;flex-wrap:wrap}
or on each element this: 0{float:left}
.
Then you can define the width of each child like this:
0{width:6/12}
or
0{flex-basis:6/12}