This repository was archived by the owner on Jul 18, 2024. It is now read-only.
v1.0.5
- Children of
prefix-gridshould not haveheight: 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 usesdisplay: flex. Instead, we should set the default todisplay: block.