Skip to content

Releases: startae/hagrid

Important syntax update

23 Apr 16:52

Choose a tag to compare

  • grid-item instead of `grid__item``
  • grid-item--modifier instead of grid__modifier--item

Better readme, leaner code, full mobile-first.

22 Apr 15:15

Choose a tag to compare

  • 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 legacy to fallback and visibility to visibility-helper in the config.

Cheers!

Enhanced flex-box supprt

10 Apr 12:57

Choose a tag to compare

Fundament flex-box just got smarter:

  • The flex-box grid will now by default stretch its grid__items to fill the vertical space.
  • The --top modifier allows you to revert to align to top on flex-box
  • The --even modifier allows you to put in items with arbitrary widths, flex-box aligns them for you automagically.

Happy griddin'!