data
data copied to clipboard
Missing `-ms-grid-*` properties
As mentioned in https://github.com/frenic/csstype/issues/58. These properties are valid and commonly used as fallback to an old spec of CSS Grid.
Well, those are just prefixed variants of grid-row and grid-column using an older syntax.
But should they be defined here with correct syntax or in mdn/browser-compat-data as a prefix?