Skip to content

Commit 43873fc

Browse files
feat: add data for interpolate-size property (#773)
add data
1 parent 97b010c commit 43873fc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

css/properties.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6318,6 +6318,22 @@
63186318
"status": "standard",
63196319
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-start"
63206320
},
6321+
"interpolate-size": {
6322+
"syntax": "numeric-only | allow-keywords",
6323+
"media": "none",
6324+
"inherited": true,
6325+
"animationType": "notAnimatable",
6326+
"percentages": "no",
6327+
"groups": [
6328+
"CSS Units"
6329+
],
6330+
"initial": "numeric-only",
6331+
"appliesto": "allElements",
6332+
"computed": "asSpecified",
6333+
"order": "perGrammar",
6334+
"status": "standard",
6335+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interpolate-size"
6336+
},
63216337
"isolation": {
63226338
"syntax": "auto | isolate",
63236339
"media": "visual",

0 commit comments

Comments
 (0)