We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
interpolate-size
1 parent 97b010c commit 43873fcCopy full SHA for 43873fc
css/properties.json
@@ -6318,6 +6318,22 @@
6318
"status": "standard",
6319
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-start"
6320
},
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
+ },
6337
"isolation": {
6338
"syntax": "auto | isolate",
6339
"media": "visual",
0 commit comments