Skip to content

Commit 245d479

Browse files
committed
Rename masonry to grid-lanes
Signed-off-by: Nico Burns <[email protected]>
1 parent 251cd6c commit 245d479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/css-property-groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{ "value": "display:flex", "status": "Yes" },
1313
{ "value": "display:grid", "status": "Yes", "notes": "Subgrid is not supported" },
1414
{ "value": "display:table", "status": "Partial", "notes": "Table layout is emulated with CSS Grid." },
15-
{ "value": "display:masonry", "status": "No" },
15+
{ "value": "display:grid-lanes", "status": "No" },
1616
{ "value": "display:none", "status": "Yes" },
1717
{ "value": "display:contents", "status": "Yes" }
1818
]
@@ -70,7 +70,7 @@
7070
"entries": [
7171
{ "name": "opacity", "status": "Yes", "notes": "Nodes with opacity are currently clipped regardless of the overflow style" },
7272
{ "name": "visibility", "status": "Yes" },
73-
{ "name": "clip-path", "status": "InProgress", "properties": ["clip-path", "clip"], "issues": ["DioxusLabs/blitz#211"] },
73+
{ "name": "clip-path", "status": "No", "properties": ["clip-path", "clip"], "issues": ["DioxusLabs/blitz#211"] },
7474
{ "name": "mask", "status": "No", "properties": ["mask", "mask-image", "mask-size", "mask-position", "mask-repeat", "mask-composite"] },
7575
{ "name": "contain", "status": "No" },
7676
{ "name": "isolation", "status": "No" },

0 commit comments

Comments
 (0)