Skip to content

v2.1.0

Compare
Choose a tag to compare
@stormwarning stormwarning released this 31 Jul 04:10
· 80 commits to main since this release

2.1.0 β€” 2020-07-31

Added

  • 🎁 Add unprefixed gap properties (#166) [78c544f], closes #140
    These are added outside of the other grid properties, since it is
    now used in flex contexts as well, but directly after grid-gap
    for better backwards-compatibility.

    See MDN Web Docs
    for reference.

Changed