Releases: startae/hagrid
Releases · startae/hagrid
Important syntax update
grid-iteminstead of `grid__item``grid-item--modifierinstead ofgrid__modifier--item
Better readme, leaner code, full mobile-first.
- Use the full power of the SASS 4.4.
&operator. - Kill variable-bloat in
widths(much more readable now) - Remove lap-up in favour of a complete mobile-first default break-point config
- Rename
legacytofallbackandvisibilitytovisibility-helperin the config.
Cheers!
Enhanced flex-box supprt
Fundament flex-box just got smarter:
- The flex-box grid will now by default stretch its grid__items to fill the vertical space.
- The
--topmodifier allows you to revert to align to top on flex-box - The
--evenmodifier allows you to put in items with arbitrary widths, flex-box aligns them for you automagically.
Happy griddin'!