Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@seejamescode seejamescode released this 07 Mar 16:39

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