zgrid
v2.0.2
Published
A modern grid system using CSS3 Flexible Box(flex-box).
Maintainers
Readme
zGrid
A modern grid system using CSS3 Flexible Box(flex-box).
Demo and docs: http://zgrid.zerowp.com/
License: MIT
Changelog:
2.0.2
- New: Added the modern version of grid, without support for Internet Explorer and other old browsers.
2.0.1
- New: Use the prefix
-vto add vertical gutter as well. Example.zg-{?}-v-min-gutter.
2.0.0
- New:
.zg-{?}-min-gutterfor less space between columns. - New:
.zg-{?}-max-gutterfor more space between columns. - New:
.zg-{?}-space-betweenDistribute items evenly. Items have a half-size space on either end. - New:
.zg-{?}-space-aroundDistribute items evenly. The first item is flush with the start, the last is flush with the end. - Modified:
.zg-{?}-leftnow it's.zg-{?}-startbecause it can be used to arrange the columns when they are in vertical direction. - Modified:
.zg-{?}-rightnow it's.zg-{?}-endbecause it can be used to arrange the columns when they are in vertical direction. - Modified:
.zg-{?}-ltrnow it's.zg-{?}-row. - Modified:
.zg-{?}-rtlnow it's.zg-{?}-row-reverse. - New:
.zg-{?}-columndisplay the columns in vertical order. - New:
.zg-{?}-column-reversedisplay the columns in vertical order but in reverse order. - Source files are moved in
srcfolder. Distributable files are moved indistfolder.
Other
- Demo style ported from LESS to SCSS.
- Files are processed by Gulp. Prepros is removed from project.
1.0.0
- Initial release

