Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@seejamescode seejamescode released this 19 Mar 19:13
· 2 commits to master since this release
9ac6408

Improvements

  • Easier transition from legacy to modern browsers by applying col and height classes on both Flexbox and CSS Grid implementations
  • Utility functions to help you get breakpoint queries, fluid column units, and fixed row units for your own use
  • Detached bleed and break classes from being grid modifiers for more flexibility

Patch Fixes

  • #23: Container margins set at 0 did not compile into the code.

Major Breaking Changes

  • Changed class naming for bleed, break, and height
  • If legacy and CSS Grid widths differed in use, make sure CSS Grid selectors override the legacy classes
  • All function and mixin names now use kebab-case