@tokenami/config 0.0.30 → 0.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -239,424 +239,426 @@ var defaultConfig = createConfig({
239
239
  var config_default_default = defaultConfig;
240
240
 
241
241
  // src/supports.ts
242
- var logicalProperties = [
243
- "block-size",
244
- "border-block",
245
- "border-block-width",
246
- "border-block-style",
247
- "border-block-color",
248
- "border-block-start",
249
- "border-block-end",
250
- "border-block-start-color",
251
- "border-block-start-style",
252
- "border-block-start-width",
253
- "border-block-end-color",
254
- "border-block-end-style",
255
- "border-block-end-width",
256
- "border-inline",
257
- "border-inline-color",
258
- "border-inline-style",
259
- "border-inline-width",
260
- "border-inline-start",
261
- "border-inline-end",
262
- "border-inline-start-color",
263
- "border-inline-start-style",
264
- "border-inline-start-width",
265
- "border-inline-end-color",
266
- "border-inline-end-style",
267
- "border-inline-end-width",
268
- "contain-intrinsic-block-size",
269
- "contain-intrinsic-inline-size",
270
- "inset-block",
271
- "inset-block-end",
272
- "inset-block-start",
273
- "inset-inline",
274
- "inset-inline-end",
275
- "inset-inline-start",
276
- "margin-block",
277
- "margin-block-end",
278
- "margin-block-start",
279
- "margin-inline",
280
- "margin-inline-end",
281
- "margin-inline-start",
282
- "max-block-size",
283
- "min-block-size",
284
- "max-inline-size",
285
- "min-inline-size",
286
- "overflow-block",
287
- "overflow-inline",
288
- "overscroll-behavior-block",
289
- "overscroll-behavior-inline",
290
- "padding-block",
291
- "padding-block-end",
292
- "padding-block-start",
293
- "padding-inline",
294
- "padding-inline-end",
295
- "padding-inline-start",
296
- "scroll-margin-block",
297
- "scroll-margin-block-end",
298
- "scroll-margin-block-start",
299
- "scroll-margin-inline",
300
- "scroll-margin-inline-end",
301
- "scroll-margin-inline-start",
302
- "scroll-padding-block",
303
- "scroll-padding-block-end",
304
- "scroll-padding-block-start",
305
- "scroll-padding-inline",
306
- "scroll-padding-inline-end",
307
- "scroll-padding-inline-start"
308
- ];
309
- var properties = [
310
- "all",
311
- "-webkit-line-clamp",
312
- "accent-color",
313
- "align-tracks",
314
- "animation",
315
- "animation-composition",
316
- "animation-delay",
317
- "animation-direction",
318
- "animation-duration",
319
- "animation-fill-mode",
320
- "animation-iteration-count",
321
- "animation-name",
322
- "animation-play-state",
323
- "animation-timeline",
324
- "animation-timing-function",
325
- "appearance",
326
- "aspect-ratio",
327
- "backdrop-filter",
328
- "backface-visibility",
329
- "background",
330
- "background-attachment",
331
- "background-blend-mode",
332
- "background-clip",
333
- "background-color",
334
- "background-image",
335
- "background-origin",
336
- "background-position",
337
- "background-position-x",
338
- "background-position-y",
339
- "background-repeat",
340
- "background-size",
341
- "border",
342
- "border-style",
343
- "border-color",
344
- "border-width",
345
- "border-top",
346
- "border-top-color",
347
- "border-top-style",
348
- "border-top-width",
349
- "border-right",
350
- "border-right-color",
351
- "border-right-style",
352
- "border-right-width",
353
- "border-bottom",
354
- "border-bottom-color",
355
- "border-bottom-style",
356
- "border-bottom-width",
357
- "border-left",
358
- "border-left-color",
359
- "border-left-style",
360
- "border-left-width",
361
- "border-image",
362
- "border-image-outset",
363
- "border-image-repeat",
364
- "border-image-slice",
365
- "border-image-source",
366
- "border-image-width",
367
- "border-radius",
368
- "border-top-left-radius",
369
- "border-top-right-radius",
370
- "border-bottom-left-radius",
371
- "border-bottom-right-radius",
372
- "border-start-end-radius",
373
- "border-start-start-radius",
374
- "border-end-end-radius",
375
- "border-end-start-radius",
376
- "border-collapse",
377
- "border-spacing",
378
- "box-decoration-break",
379
- "box-shadow",
380
- "box-sizing",
381
- "break-after",
382
- "break-before",
383
- "break-inside",
384
- "caption-side",
385
- "caret",
386
- "caret-color",
387
- "caret-shape",
388
- "clear",
389
- "clip",
390
- "clip-path",
391
- "color",
392
- "color-scheme",
393
- "column-fill",
394
- "column-span",
395
- "column-rule",
396
- "column-rule-color",
397
- "column-rule-style",
398
- "column-rule-width",
399
- "columns",
400
- "column-count",
401
- "column-width",
402
- "contain",
403
- "contain-intrinsic-height",
404
- "contain-intrinsic-size",
405
- "contain-intrinsic-width",
406
- "container",
407
- "container-name",
408
- "container-type",
409
- "content",
410
- "content-visibility",
411
- "counter-increment",
412
- "counter-reset",
413
- "counter-set",
414
- "cursor",
415
- "direction",
416
- "display",
417
- "empty-cells",
418
- "filter",
419
- "flex",
420
- "flex-basis",
421
- "flex-direction",
422
- "flex-flow",
423
- "flex-grow",
424
- "flex-shrink",
425
- "flex-wrap",
426
- "float",
427
- "font",
428
- "font-family",
429
- "font-feature-settings",
430
- "font-kerning",
431
- "font-language-override",
432
- "font-optical-sizing",
433
- "font-palette",
434
- "font-size",
435
- "font-size-adjust",
436
- "font-stretch",
437
- "font-style",
438
- "font-synthesis",
439
- "font-variant",
440
- "font-variant-alternates",
441
- "font-variant-caps",
442
- "font-variant-east-asian",
443
- "font-variant-emoji",
444
- "font-variant-ligatures",
445
- "font-variant-numeric",
446
- "font-variant-position",
447
- "font-variation-settings",
448
- "font-weight",
449
- "forced-color-adjust",
450
- "gap",
451
- "row-gap",
452
- "column-gap",
453
- "grid",
454
- "grid-area",
455
- "grid-auto-rows",
456
- "grid-auto-columns",
457
- "grid-auto-flow",
458
- "grid-column",
459
- "grid-column-end",
460
- "grid-column-start",
461
- "grid-row",
462
- "grid-row-end",
463
- "grid-row-start",
464
- "grid-template",
465
- "grid-template-rows",
466
- "grid-template-columns",
467
- "grid-template-areas",
468
- "hanging-punctuation",
469
- "height",
470
- "hyphenate-character",
471
- "hyphenate-limit-chars",
472
- "hyphens",
473
- "image-orientation",
474
- "image-rendering",
475
- "image-resolution",
476
- "initial-letter",
477
- "inline-size",
478
- "input-security",
479
- "inset",
480
- "top",
481
- "right",
482
- "bottom",
483
- "left",
484
- "isolation",
485
- "justify-tracks",
486
- "letter-spacing",
487
- "line-break",
488
- "line-clamp",
489
- "line-height",
490
- "line-height-step",
491
- "list-style",
492
- "list-style-image",
493
- "list-style-position",
494
- "list-style-type",
495
- "margin",
496
- "margin-top",
497
- "margin-right",
498
- "margin-bottom",
499
- "margin-left",
500
- "margin-trim",
501
- "mask",
502
- "mask-border",
503
- "mask-border-mode",
504
- "mask-border-outset",
505
- "mask-border-repeat",
506
- "mask-border-slice",
507
- "mask-border-source",
508
- "mask-border-width",
509
- "mask-clip",
510
- "mask-composite",
511
- "mask-image",
512
- "mask-mode",
513
- "mask-origin",
514
- "mask-position",
515
- "mask-repeat",
516
- "mask-size",
517
- "mask-type",
518
- "math-depth",
519
- "math-shift",
520
- "math-style",
521
- "max-height",
522
- "max-lines",
523
- "max-width",
524
- "min-height",
525
- "min-width",
526
- "mix-blend-mode",
527
- "object-fit",
528
- "object-position",
529
- "offset",
530
- "offset-anchor",
531
- "offset-distance",
532
- "offset-path",
533
- "offset-position",
534
- "offset-rotate",
535
- "opacity",
536
- "order",
537
- "orphans",
538
- "outline",
539
- "outline-color",
540
- "outline-offset",
541
- "outline-style",
542
- "outline-width",
543
- "overflow",
544
- "overflow-anchor",
545
- "overflow-clip-margin",
546
- "overflow-wrap",
547
- "overflow-x",
548
- "overflow-y",
549
- "overscroll-behavior",
550
- "overscroll-behavior-x",
551
- "overscroll-behavior-y",
552
- "padding",
553
- "padding-top",
554
- "padding-right",
555
- "padding-bottom",
556
- "padding-left",
557
- "page",
558
- "page-break-after",
559
- "page-break-before",
560
- "page-break-inside",
561
- "paint-order",
562
- "perspective",
563
- "perspective-origin",
564
- "place-content",
565
- "align-content",
566
- "justify-content",
567
- "place-items",
568
- "align-items",
569
- "justify-items",
570
- "place-self",
571
- "align-self",
572
- "justify-self",
573
- "pointer-events",
574
- "position",
575
- "print-color-adjust",
576
- "quotes",
577
- "resize",
578
- "rotate",
579
- "ruby-align",
580
- "ruby-merge",
581
- "ruby-position",
582
- "scale",
583
- "scroll-behavior",
584
- "scroll-margin",
585
- "scroll-margin-top",
586
- "scroll-margin-right",
587
- "scroll-margin-bottom",
588
- "scroll-margin-left",
589
- "scroll-padding",
590
- "scroll-padding-top",
591
- "scroll-padding-right",
592
- "scroll-padding-bottom",
593
- "scroll-padding-left",
594
- "scroll-snap-align",
595
- "scroll-snap-stop",
596
- "scroll-snap-type",
597
- "scroll-timeline",
598
- "scroll-timeline-axis",
599
- "scroll-timeline-name",
600
- "scrollbar-color",
601
- "scrollbar-gutter",
602
- "scrollbar-width",
603
- "shape-image-threshold",
604
- "shape-margin",
605
- "shape-outside",
606
- "tab-size",
607
- "table-layout",
608
- "text-align",
609
- "text-align-last",
610
- "text-combine-upright",
611
- "text-decoration",
612
- "text-decoration-color",
613
- "text-decoration-line",
614
- "text-decoration-style",
615
- "text-decoration-thickness",
616
- "text-decoration-skip-ink",
617
- "text-emphasis",
618
- "text-emphasis-color",
619
- "text-emphasis-position",
620
- "text-emphasis-style",
621
- "text-indent",
622
- "text-justify",
623
- "text-orientation",
624
- "text-overflow",
625
- "text-rendering",
626
- "text-shadow",
627
- "text-size-adjust",
628
- "text-transform",
629
- "text-underline-offset",
630
- "text-underline-position",
631
- "touch-action",
632
- "transform",
633
- "transform-box",
634
- "transform-origin",
635
- "transform-style",
636
- "transition",
637
- "transition-delay",
638
- "transition-duration",
639
- "transition-property",
640
- "transition-timing-function",
641
- "translate",
642
- "unicode-bidi",
643
- "user-select",
644
- "vertical-align",
645
- "view-transition-name",
646
- "visibility",
647
- "white-space",
648
- "widows",
649
- "width",
650
- "will-change",
651
- "word-break",
652
- "word-spacing",
653
- "word-wrap",
654
- "writing-mode",
655
- "z-index",
656
- "zoom",
657
- // logical properties have higher specificity
658
- ...logicalProperties
242
+ var layers = [
243
+ [
244
+ "all",
245
+ "-webkit-line-clamp",
246
+ "accent-color",
247
+ "align-tracks",
248
+ "animation",
249
+ "appearance",
250
+ "aspect-ratio",
251
+ "backdrop-filter",
252
+ "backface-visibility",
253
+ "background",
254
+ "border",
255
+ "border-collapse",
256
+ "border-spacing",
257
+ "border-radius",
258
+ "box-decoration-break",
259
+ "box-shadow",
260
+ "box-sizing",
261
+ "break-after",
262
+ "break-before",
263
+ "break-inside",
264
+ "caption-side",
265
+ "clear",
266
+ "clip-path",
267
+ "color",
268
+ "color-scheme",
269
+ "column-fill",
270
+ "column-span",
271
+ "column-rule",
272
+ "columns",
273
+ "contain",
274
+ "contain-intrinsic-size",
275
+ "container",
276
+ "content",
277
+ "content-visibility",
278
+ "counter-increment",
279
+ "counter-reset",
280
+ "counter-set",
281
+ "cursor",
282
+ "direction",
283
+ "display",
284
+ "empty-cells",
285
+ "filter",
286
+ "flex",
287
+ "flex-flow",
288
+ "float",
289
+ "font",
290
+ "font-feature-settings",
291
+ "font-kerning",
292
+ "font-language-override",
293
+ "font-optical-sizing",
294
+ "font-palette",
295
+ "font-size-adjust",
296
+ "font-synthesis",
297
+ "font-variation-settings",
298
+ "forced-color-adjust",
299
+ "gap",
300
+ "grid",
301
+ "grid-area",
302
+ "grid-column",
303
+ "grid-row",
304
+ "grid-template",
305
+ "hanging-punctuation",
306
+ "height",
307
+ "hyphenate-character",
308
+ "hyphenate-limit-chars",
309
+ "hyphens",
310
+ "image-orientation",
311
+ "image-rendering",
312
+ "image-resolution",
313
+ "initial-letter",
314
+ "input-security",
315
+ "inset",
316
+ "isolation",
317
+ "justify-tracks",
318
+ "letter-spacing",
319
+ "line-break",
320
+ "line-clamp",
321
+ "line-height-step",
322
+ "list-style",
323
+ "margin",
324
+ "mask",
325
+ "mask-border",
326
+ "math-depth",
327
+ "math-shift",
328
+ "math-style",
329
+ "max-height",
330
+ "max-width",
331
+ "min-height",
332
+ "min-width",
333
+ "mix-blend-mode",
334
+ "object-fit",
335
+ "object-position",
336
+ "offset",
337
+ "opacity",
338
+ "order",
339
+ "orphans",
340
+ "outline",
341
+ "overflow",
342
+ "overscroll-behavior",
343
+ "padding",
344
+ "page",
345
+ "paint-order",
346
+ "perspective",
347
+ "perspective-origin",
348
+ "place-content",
349
+ "place-items",
350
+ "place-self",
351
+ "pointer-events",
352
+ "position",
353
+ "print-color-adjust",
354
+ "quotes",
355
+ "resize",
356
+ "rotate",
357
+ "ruby-position",
358
+ "scale",
359
+ "scroll-behavior",
360
+ "scroll-margin",
361
+ "scroll-padding",
362
+ "scroll-snap-align",
363
+ "scroll-snap-stop",
364
+ "scroll-snap-type",
365
+ "scroll-timeline",
366
+ "scrollbar-color",
367
+ "scrollbar-gutter",
368
+ "scrollbar-width",
369
+ "shape-image-threshold",
370
+ "shape-margin",
371
+ "shape-outside",
372
+ "tab-size",
373
+ "table-layout",
374
+ "text-align",
375
+ "text-align-last",
376
+ "text-combine-upright",
377
+ "text-decoration",
378
+ "text-decoration-skip-ink",
379
+ "text-emphasis",
380
+ "text-emphasis-position",
381
+ "text-indent",
382
+ "text-justify",
383
+ "text-orientation",
384
+ "text-overflow",
385
+ "text-rendering",
386
+ "text-shadow",
387
+ "text-size-adjust",
388
+ "text-transform",
389
+ "text-underline-offset",
390
+ "text-underline-position",
391
+ "touch-action",
392
+ "transform",
393
+ "transform-box",
394
+ "transform-origin",
395
+ "transform-style",
396
+ "transition",
397
+ "translate",
398
+ "unicode-bidi",
399
+ "user-select",
400
+ "vertical-align",
401
+ "view-transition-name",
402
+ "visibility",
403
+ "white-space",
404
+ "widows",
405
+ "width",
406
+ "will-change",
407
+ "word-break",
408
+ "word-spacing",
409
+ "word-wrap",
410
+ "writing-mode",
411
+ "z-index",
412
+ "zoom"
413
+ ],
414
+ [
415
+ "animation-composition",
416
+ "animation-delay",
417
+ "animation-direction",
418
+ "animation-duration",
419
+ "animation-fill-mode",
420
+ "animation-iteration-count",
421
+ "animation-name",
422
+ "animation-play-state",
423
+ "animation-timeline",
424
+ "animation-timing-function",
425
+ "background-attachment",
426
+ "background-blend-mode",
427
+ "background-clip",
428
+ "background-color",
429
+ "background-image",
430
+ "background-origin",
431
+ "background-position",
432
+ "background-position-x",
433
+ "background-position-y",
434
+ "background-repeat",
435
+ "background-size",
436
+ "border-top",
437
+ "border-right",
438
+ "border-bottom",
439
+ "border-left",
440
+ "border-top-left-radius",
441
+ "border-top-right-radius",
442
+ "border-bottom-left-radius",
443
+ "border-bottom-right-radius",
444
+ "caret-color",
445
+ "caret-shape",
446
+ "column-rule-color",
447
+ "column-rule-style",
448
+ "column-rule-width",
449
+ "column-count",
450
+ "column-width",
451
+ "contain-intrinsic-width",
452
+ "contain-intrinsic-height",
453
+ "container-name",
454
+ "container-type",
455
+ "flex-grow",
456
+ "flex-shrink",
457
+ "flex-basis",
458
+ "flex-direction",
459
+ "flex-wrap",
460
+ "font-style",
461
+ "font-variant",
462
+ "font-weight",
463
+ "font-stretch",
464
+ "font-size",
465
+ "font-family",
466
+ "row-gap",
467
+ "column-gap",
468
+ "grid-auto-columns",
469
+ "grid-auto-flow",
470
+ "grid-auto-rows",
471
+ "grid-template-areas",
472
+ "grid-template-columns",
473
+ "grid-template-rows",
474
+ "grid-row-start",
475
+ "grid-column-start",
476
+ "grid-row-end",
477
+ "grid-column-end",
478
+ "top",
479
+ "right",
480
+ "bottom",
481
+ "left",
482
+ "line-height",
483
+ "list-style-image",
484
+ "list-style-position",
485
+ "list-style-type",
486
+ "margin-top",
487
+ "margin-right",
488
+ "margin-bottom",
489
+ "margin-left",
490
+ "mask-border-mode",
491
+ "mask-border-outset",
492
+ "mask-border-repeat",
493
+ "mask-border-slice",
494
+ "mask-border-source",
495
+ "mask-border-width",
496
+ "mask-clip",
497
+ "mask-composite",
498
+ "mask-image",
499
+ "mask-mode",
500
+ "mask-origin",
501
+ "mask-position",
502
+ "mask-repeat",
503
+ "mask-size",
504
+ "mask-type",
505
+ "offset-anchor",
506
+ "offset-distance",
507
+ "offset-path",
508
+ "offset-position",
509
+ "offset-rotate",
510
+ "outline-color",
511
+ "outline-offset",
512
+ "outline-style",
513
+ "outline-width",
514
+ "overflow-anchor",
515
+ "overflow-clip-margin",
516
+ "overflow-wrap",
517
+ "overflow-x",
518
+ "overflow-y",
519
+ "overscroll-behavior-x",
520
+ "overscroll-behavior-y",
521
+ "padding-top",
522
+ "padding-right",
523
+ "padding-bottom",
524
+ "padding-left",
525
+ "align-content",
526
+ "justify-content",
527
+ "align-items",
528
+ "justify-items",
529
+ "align-self",
530
+ "justify-self",
531
+ "scroll-margin-top",
532
+ "scroll-margin-right",
533
+ "scroll-margin-bottom",
534
+ "scroll-margin-left",
535
+ "scroll-padding-top",
536
+ "scroll-padding-right",
537
+ "scroll-padding-bottom",
538
+ "scroll-padding-left",
539
+ "scroll-timeline-axis",
540
+ "scroll-timeline-name",
541
+ "text-decoration-color",
542
+ "text-decoration-line",
543
+ "text-decoration-style",
544
+ "text-decoration-thickness",
545
+ "text-emphasis-color",
546
+ "text-emphasis-style",
547
+ "transition-delay",
548
+ "transition-duration",
549
+ "transition-property",
550
+ "transition-timing-function"
551
+ ],
552
+ [
553
+ "border-style",
554
+ "border-color",
555
+ "border-width",
556
+ "border-image",
557
+ "font-variant-alternates",
558
+ "font-variant-caps",
559
+ "font-variant-east-asian",
560
+ "font-variant-emoji",
561
+ "font-variant-ligatures",
562
+ "font-variant-numeric",
563
+ "font-variant-position"
564
+ ],
565
+ [
566
+ "border-top-color",
567
+ "border-top-style",
568
+ "border-top-width",
569
+ "border-right-color",
570
+ "border-right-style",
571
+ "border-right-width",
572
+ "border-bottom-color",
573
+ "border-bottom-style",
574
+ "border-bottom-width",
575
+ "border-left-color",
576
+ "border-left-style",
577
+ "border-left-width",
578
+ "border-image-outset",
579
+ "border-image-repeat",
580
+ "border-image-slice",
581
+ "border-image-source",
582
+ "border-image-width"
583
+ ],
584
+ [
585
+ "block-size",
586
+ "border-block",
587
+ "border-inline",
588
+ "contain-intrinsic-block-size",
589
+ "contain-intrinsic-inline-size",
590
+ "inline-size",
591
+ "inset-block",
592
+ "inset-inline",
593
+ "margin-block",
594
+ "margin-inline",
595
+ "max-block-size",
596
+ "min-block-size",
597
+ "max-inline-size",
598
+ "min-inline-size",
599
+ "overflow-block",
600
+ "overflow-inline",
601
+ "overscroll-behavior-block",
602
+ "overscroll-behavior-inline",
603
+ "padding-block",
604
+ "padding-inline",
605
+ "scroll-margin-block",
606
+ "scroll-margin-inline",
607
+ "scroll-padding-block",
608
+ "scroll-padding-inline"
609
+ ],
610
+ [
611
+ "border-block-width",
612
+ "border-block-style",
613
+ "border-block-color",
614
+ "border-block-start",
615
+ "border-block-end",
616
+ "border-inline-color",
617
+ "border-inline-style",
618
+ "border-inline-width",
619
+ "border-inline-start",
620
+ "border-inline-end",
621
+ "inset-block-end",
622
+ "inset-block-start",
623
+ "inset-inline-end",
624
+ "inset-inline-start",
625
+ "margin-block-end",
626
+ "margin-block-start",
627
+ "margin-inline-end",
628
+ "margin-inline-start",
629
+ "padding-block-end",
630
+ "padding-block-start",
631
+ "padding-inline-end",
632
+ "padding-inline-start",
633
+ "scroll-margin-block-end",
634
+ "scroll-margin-block-start",
635
+ "scroll-margin-inline-end",
636
+ "scroll-margin-inline-start",
637
+ "scroll-padding-block-end",
638
+ "scroll-padding-block-start",
639
+ "scroll-padding-inline-end",
640
+ "scroll-padding-inline-start"
641
+ ],
642
+ [
643
+ "border-start-end-radius",
644
+ "border-start-start-radius",
645
+ "border-end-end-radius",
646
+ "border-end-start-radius",
647
+ "border-block-start-color",
648
+ "border-block-start-style",
649
+ "border-block-start-width",
650
+ "border-block-end-color",
651
+ "border-block-end-style",
652
+ "border-block-end-width",
653
+ "border-inline-start-color",
654
+ "border-inline-start-style",
655
+ "border-inline-start-width",
656
+ "border-inline-end-color",
657
+ "border-inline-end-style",
658
+ "border-inline-end-width"
659
+ ]
659
660
  ];
661
+ var properties = layers.flat();
660
662
 
661
663
  // src/shorthands.ts
662
664
  var mapShorthandToLonghands = {
@@ -689,8 +691,7 @@ var mapShorthandToLonghands = {
689
691
  "border-color",
690
692
  "border-style",
691
693
  "border-width",
692
- "border-image",
693
- "border-radius"
694
+ "border-image"
694
695
  ],
695
696
  "border-top": ["border-top-width", "border-top-style", "border-top-color"],
696
697
  "border-right": ["border-right-width", "border-right-style", "border-right-color"],
@@ -783,19 +784,22 @@ var mapShorthandToLonghands = {
783
784
  "font-family"
784
785
  ],
785
786
  "font-variant": [
786
- "font-variant-ligatures",
787
+ "font-variant-alternates",
787
788
  "font-variant-caps",
789
+ "font-variant-east-asian",
790
+ "font-variant-emoji",
791
+ "font-variant-ligatures",
788
792
  "font-variant-numeric",
789
- "font-variant-east-asian"
793
+ "font-variant-position"
790
794
  ],
791
795
  gap: ["row-gap", "column-gap"],
792
796
  grid: [
793
- "grid-template-rows",
794
- "grid-template-columns",
795
- "grid-template-areas",
796
- "grid-auto-rows",
797
797
  "grid-auto-columns",
798
- "grid-auto-flow"
798
+ "grid-auto-flow",
799
+ "grid-auto-rows",
800
+ "grid-template-areas",
801
+ "grid-template-columns",
802
+ "grid-template-rows"
799
803
  ],
800
804
  "grid-area": ["grid-row-start", "grid-column-start", "grid-row-end", "grid-column-end"],
801
805
  "grid-column": ["grid-column-start", "grid-column-end"],
@@ -830,6 +834,7 @@ var mapShorthandToLonghands = {
830
834
  offset: ["offset-position", "offset-path", "offset-distance", "offset-anchor", "offset-rotate"],
831
835
  outline: ["outline-color", "outline-style", "outline-width"],
832
836
  overflow: ["overflow-x", "overflow-y"],
837
+ "overscroll-behavior": ["overscroll-behavior-x", "overscroll-behavior-y"],
833
838
  padding: ["padding-top", "padding-right", "padding-bottom", "padding-left"],
834
839
  "padding-block": ["padding-block-start", "padding-block-end"],
835
840
  "padding-inline": ["padding-inline-start", "padding-inline-end"],
@@ -861,10 +866,10 @@ var mapShorthandToLonghands = {
861
866
  ],
862
867
  "text-emphasis": ["text-emphasis-style", "text-emphasis-color"],
863
868
  transition: [
864
- "transition-property",
869
+ "transition-delay",
865
870
  "transition-duration",
866
- "transition-timing-function",
867
- "transition-delay"
871
+ "transition-property",
872
+ "transition-timing-function"
868
873
  ]
869
874
  };
870
875
  export {
@@ -883,7 +888,7 @@ export {
883
888
  getTokenPropertySplit,
884
889
  getTokenValueParts,
885
890
  gridProperty,
886
- logicalProperties,
891
+ layers,
887
892
  mapShorthandToLonghands,
888
893
  properties,
889
894
  tokenProperty,