Skip to content

Commit

Permalink
feat: add data for interpolate-size property (#773)
Browse files Browse the repository at this point in the history
add data
  • Loading branch information
skyclouds2001 authored Oct 18, 2024
1 parent 97b010c commit 43873fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -6318,6 +6318,22 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-start"
},
"interpolate-size": {
"syntax": "numeric-only | allow-keywords",
"media": "none",
"inherited": true,
"animationType": "notAnimatable",
"percentages": "no",
"groups": [
"CSS Units"
],
"initial": "numeric-only",
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interpolate-size"
},
"isolation": {
"syntax": "auto | isolate",
"media": "visual",
Expand Down

0 comments on commit 43873fc

Please sign in to comment.