This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Improvements
- Easier transition from legacy to modern browsers by applying
col
andheight
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
, andheight
- 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