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.
1 parent 5b2d215 commit 1b05356Copy full SHA for 1b05356
custom/css.json
@@ -1281,6 +1281,16 @@
1281
"rect": "rect(10px, 20px, 20px, 10px)"
1282
}
1283
},
1284
+ "sibling-count": {
1285
+ "syntax": "<sibling-count()>",
1286
+ "property": "width",
1287
+ "value": "calc(100px * sibling-count())"
1288
+ },
1289
+ "sibling-index": {
1290
+ "syntax": "<sibling-index()>",
1291
1292
+ "value": "calc(100px * sibling-index())"
1293
1294
"sign": {
1295
"syntax": "<sign()>",
1296
"property": "top",
0 commit comments