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

v1.0.5

Compare
Choose a tag to compare
@seejamescode seejamescode released this 28 Feb 19:15
· 42 commits to master since this release
78a2a8f
  • Children of prefix-grid should not have height: 100% on legacy. This rule is necessary for the modern CSS Grid implementation or the children will have no height.
  • When a legacy item is brought back from display: none, we should not assume that it uses display: flex. Instead, we should set the default to display: block.