Skip to content

Commit 263efe7

Browse files
authored
fix(css): object-position is not inherited (#1072)
fix(css): `object-position` is not inherited by default
1 parent 3d47b13 commit 263efe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8339,7 +8339,7 @@
83398339
"object-position": {
83408340
"syntax": "<position>",
83418341
"media": "visual",
8342-
"inherited": true,
8342+
"inherited": false,
83438343
"animationType": "repeatableList",
83448344
"percentages": "referToWidthAndHeightOfElement",
83458345
"groups": [

0 commit comments

Comments
 (0)