Skip to content

Commit c2c9e10

Browse files
committed
Reduce properties that count towards popularity of 3d transforms
Signed-off-by: Nico Burns <[email protected]>
1 parent d20bc07 commit c2c9e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/css-property-groups.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"properties": ["transform", "transform-origin"],
241241
"notes": "2D transforms are currently applied visually, but hit detection doesn't yet work properly for transformed nodes"
242242
},
243-
{ "name": "3D Transforms", "status": "No", "properties": ["transform", "transform-origin", "transform-style", "backface-visibility", "perspective"] }
243+
{ "name": "3D Transforms", "status": "No", "properties": ["transform-style", "backface-visibility", "perspective"] }
244244
]
245245
},
246246
{

0 commit comments

Comments
 (0)