@tokenami/ds 0.0.72 → 0.0.74

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.
Files changed (5) hide show
  1. package/dist/index.cjs +1037 -1024
  2. package/dist/index.d.cts +3824 -3811
  3. package/dist/index.d.ts +3824 -3811
  4. package/dist/index.js +1037 -1024
  5. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -363,937 +363,948 @@ var src_default = createConfig({
363
363
  }
364
364
  }
365
365
  },
366
- alpha: {
367
- "0": 0,
368
- "5": 0.05,
369
- "10": 0.1,
370
- "15": 0.15,
371
- "20": 0.2,
372
- "25": 0.25,
373
- "30": 0.3,
374
- "35": 0.35,
375
- "40": 0.4,
376
- "45": 0.45,
377
- "50": 0.5,
378
- "55": 0.55,
379
- "60": 0.6,
380
- "65": 0.65,
381
- "70": 0.7,
382
- "75": 0.75,
383
- "80": 0.8,
384
- "85": 0.85,
385
- "90": 0.9,
386
- "95": 0.95,
387
- "100": 1
388
- },
389
- anim: {
390
- none: "none",
391
- spin: "spin 1s linear infinite",
392
- ping: "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",
393
- pulse: "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",
394
- bounce: "bounce 1s infinite",
395
- wiggle: "wiggle 1s ease-in-out infinite"
396
- },
397
- col: {
398
- auto: "auto",
399
- "3xs": rem(256),
400
- "2xs": rem(288),
401
- xs: rem(320),
402
- sm: rem(384),
403
- md: rem(448),
404
- lg: rem(512),
405
- xl: rem(576),
406
- "2xl": rem(672),
407
- "3xl": rem(768),
408
- "4xl": rem(896),
409
- "5xl": rem(1024),
410
- "6xl": rem(1152),
411
- "7xl": rem(1280)
412
- },
413
- ease: {
414
- linear: "linear",
415
- in: "cubic-bezier(0.4, 0, 1, 1)",
416
- out: "cubic-bezier(0, 0, 0.2, 1)",
417
- "in-out": "cubic-bezier(0.4, 0, 0.2, 1)"
418
- },
419
- effect: {
420
- "alpha-0": "opacity(0)",
421
- "alpha-5": "opacity(.05)",
422
- "alpha-10": "opacity(.1)",
423
- "alpha-15": "opacity(.15)",
424
- "alpha-20": "opacity(.2)",
425
- "alpha-25": "opacity(.25)",
426
- "alpha-30": "opacity(.3)",
427
- "alpha-35": "opacity(.35)",
428
- "alpha-40": "opacity(.4)",
429
- "alpha-45": "opacity(.45)",
430
- "alpha-50": "opacity(.5)",
431
- "alpha-55": "opacity(.55)",
432
- "alpha-60": "opacity(.6)",
433
- "alpha-65": "opacity(.65)",
434
- "alpha-70": "opacity(.7)",
435
- "alpha-75": "opacity(.75)",
436
- "alpha-80": "opacity(.8)",
437
- "alpha-85": "opacity(.85)",
438
- "alpha-90": "opacity(.9)",
439
- "alpha-95": "opacity(.95)",
440
- "alpha-100": "opacity(1)",
441
- "blur-none": "blur(0)",
442
- "blur-sm": "blur(4px)",
443
- blur: "blur(8px)",
444
- "blur-md": "blur(12px)",
445
- "blur-lg": "blur(16px)",
446
- "blur-xl": "blur(24px)",
447
- "blur-2xl": "blur(40px)",
448
- "blur-3xl": "blur(64px)",
449
- "bright-0": "brightness(0)",
450
- "bright-50": "brightness(.5)",
451
- "bright-75": "brightness(.75)",
452
- "bright-90": "brightness(.9)",
453
- "bright-95": "brightness(.95)",
454
- "bright-100": "brightness(1)",
455
- "bright-105": "brightness(1.05)",
456
- "bright-110": "brightness(1.1)",
457
- "bright-125": "brightness(1.25)",
458
- "bright-150": "brightness(1.5)",
459
- "bright-200": "brightness(2)",
460
- "contrast-0": "contrast(0)",
461
- "contrast-50": "contrast(.5)",
462
- "contrast-75": "contrast(.75)",
463
- "contrast-100": "contrast(1)",
464
- "contrast-125": "contrast(1.25)",
465
- "contrast-150": "contrast(1.5)",
466
- "contrast-200": "contrast(2)",
467
- "gray-0": "grayscale(0)",
468
- "gray-100": "grayscale(1)",
469
- "hue-0": "hue-rotate(0deg)",
470
- "hue-15": "hue-rotate(15deg)",
471
- "hue-30": "hue-rotate(30deg)",
472
- "hue-60": "hue-rotate(60deg)",
473
- "hue-90": "hue-rotate(90deg)",
474
- "invert-0": "invert(0)",
475
- "invert-100": "invert(1)",
476
- "saturate-0": "saturate(0)",
477
- "saturate-50": "saturate(.5)",
478
- "saturate-100": "saturate(1)",
479
- "saturate-150": "saturate(1.5)",
480
- "saturate-200": "saturate(2)",
481
- "sepia-0": "sepia(0)",
482
- "sepia-100": "sepia(1)"
483
- },
484
- flex: {
485
- "1": "1 1 0%",
486
- auto: "1 1 auto",
487
- initial: "0 1 auto",
488
- none: "none"
489
- },
490
- "fluid-height-clamp": {
491
- "min-max": fluid({ property: "fluid-height", from: BP_SM, to: BP_2XL }),
492
- "sm-md": fluid({ property: "fluid-height", from: BP_SM, to: BP_MD }),
493
- "sm-lg": fluid({ property: "fluid-height", from: BP_SM, to: BP_LG }),
494
- "sm-xl": fluid({ property: "fluid-height", from: BP_SM, to: BP_XL }),
495
- "md-lg": fluid({ property: "fluid-height", from: BP_MD, to: BP_LG }),
496
- "md-xl": fluid({ property: "fluid-height", from: BP_MD, to: BP_XL }),
497
- "md-2xl": fluid({ property: "fluid-height", from: BP_MD, to: BP_2XL }),
498
- "lg-xl": fluid({ property: "fluid-height", from: BP_LG, to: BP_XL }),
499
- "lg-2xl": fluid({ property: "fluid-height", from: BP_LG, to: BP_2XL })
500
- },
501
- "fluid-border-spacing-clamp": {
502
- "min-max": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_2XL }),
503
- "sm-md": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_MD }),
504
- "sm-lg": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_LG }),
505
- "sm-xl": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_XL }),
506
- "md-lg": fluid({ property: "fluid-border-spacing", from: BP_MD, to: BP_LG }),
507
- "md-xl": fluid({ property: "fluid-border-spacing", from: BP_MD, to: BP_XL }),
508
- "md-2xl": fluid({ property: "fluid-border-spacing", from: BP_MD, to: BP_2XL }),
509
- "lg-xl": fluid({ property: "fluid-border-spacing", from: BP_LG, to: BP_XL }),
510
- "lg-2xl": fluid({ property: "fluid-border-spacing", from: BP_LG, to: BP_2XL })
511
- },
512
- "fluid-column-gap-clamp": {
513
- "min-max": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_2XL }),
514
- "sm-md": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_MD }),
515
- "sm-lg": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_LG }),
516
- "sm-xl": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_XL }),
517
- "md-lg": fluid({ property: "fluid-column-gap", from: BP_MD, to: BP_LG }),
518
- "md-xl": fluid({ property: "fluid-column-gap", from: BP_MD, to: BP_XL }),
519
- "md-2xl": fluid({ property: "fluid-column-gap", from: BP_MD, to: BP_2XL }),
520
- "lg-xl": fluid({ property: "fluid-column-gap", from: BP_LG, to: BP_XL }),
521
- "lg-2xl": fluid({ property: "fluid-column-gap", from: BP_LG, to: BP_2XL })
522
- },
523
- "fluid-column-width-clamp": {
524
- "min-max": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_2XL }),
525
- "sm-md": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_MD }),
526
- "sm-lg": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_LG }),
527
- "sm-xl": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_XL }),
528
- "md-lg": fluid({ property: "fluid-column-width", from: BP_MD, to: BP_LG }),
529
- "md-xl": fluid({ property: "fluid-column-width", from: BP_MD, to: BP_XL }),
530
- "md-2xl": fluid({ property: "fluid-column-width", from: BP_MD, to: BP_2XL }),
531
- "lg-xl": fluid({ property: "fluid-column-width", from: BP_LG, to: BP_XL }),
532
- "lg-2xl": fluid({ property: "fluid-column-width", from: BP_LG, to: BP_2XL })
533
- },
534
- "fluid-flex-basis-clamp": {
535
- "min-max": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_2XL }),
536
- "sm-md": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_MD }),
537
- "sm-lg": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_LG }),
538
- "sm-xl": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_XL }),
539
- "md-lg": fluid({ property: "fluid-flex-basis", from: BP_MD, to: BP_LG }),
540
- "md-xl": fluid({ property: "fluid-flex-basis", from: BP_MD, to: BP_XL }),
541
- "md-2xl": fluid({ property: "fluid-flex-basis", from: BP_MD, to: BP_2XL }),
542
- "lg-xl": fluid({ property: "fluid-flex-basis", from: BP_LG, to: BP_XL }),
543
- "lg-2xl": fluid({ property: "fluid-flex-basis", from: BP_LG, to: BP_2XL })
544
- },
545
- "fluid-text-size-clamp": {
546
- "min-max": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_2XL, divider: 1 }),
547
- "sm-md": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_MD, divider: 1 }),
548
- "sm-lg": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_LG, divider: 1 }),
549
- "sm-xl": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_XL, divider: 1 }),
550
- "md-lg": fluid({ property: "fluid-text-size", from: BP_MD, to: BP_LG, divider: 1 }),
551
- "md-xl": fluid({ property: "fluid-text-size", from: BP_MD, to: BP_XL, divider: 1 }),
552
- "md-2xl": fluid({ property: "fluid-text-size", from: BP_MD, to: BP_2XL, divider: 1 }),
553
- "lg-xl": fluid({ property: "fluid-text-size", from: BP_LG, to: BP_XL, divider: 1 }),
554
- "lg-2xl": fluid({ property: "fluid-text-size", from: BP_LG, to: BP_2XL, divider: 1 })
555
- },
556
- "fluid-gap-clamp": {
557
- "min-max": fluid({ property: "fluid-gap", from: BP_SM, to: BP_2XL }),
558
- "sm-md": fluid({ property: "fluid-gap", from: BP_SM, to: BP_MD }),
559
- "sm-lg": fluid({ property: "fluid-gap", from: BP_SM, to: BP_LG }),
560
- "sm-xl": fluid({ property: "fluid-gap", from: BP_SM, to: BP_XL }),
561
- "md-lg": fluid({ property: "fluid-gap", from: BP_MD, to: BP_LG }),
562
- "md-xl": fluid({ property: "fluid-gap", from: BP_MD, to: BP_XL }),
563
- "md-2xl": fluid({ property: "fluid-gap", from: BP_MD, to: BP_2XL }),
564
- "lg-xl": fluid({ property: "fluid-gap", from: BP_LG, to: BP_XL }),
565
- "lg-2xl": fluid({ property: "fluid-gap", from: BP_LG, to: BP_2XL })
566
- },
567
- "fluid-width-clamp": {
568
- "min-max": fluid({ property: "fluid-width", from: BP_SM, to: BP_2XL }),
569
- "sm-md": fluid({ property: "fluid-width", from: BP_SM, to: BP_MD }),
570
- "sm-lg": fluid({ property: "fluid-width", from: BP_SM, to: BP_LG }),
571
- "sm-xl": fluid({ property: "fluid-width", from: BP_SM, to: BP_XL }),
572
- "md-lg": fluid({ property: "fluid-width", from: BP_MD, to: BP_LG }),
573
- "md-xl": fluid({ property: "fluid-width", from: BP_MD, to: BP_XL }),
574
- "md-2xl": fluid({ property: "fluid-width", from: BP_MD, to: BP_2XL }),
575
- "lg-xl": fluid({ property: "fluid-width", from: BP_LG, to: BP_XL }),
576
- "lg-2xl": fluid({ property: "fluid-width", from: BP_LG, to: BP_2XL })
577
- },
578
- "fluid-inset-clamp": {
579
- "min-max": fluid({ property: "fluid-inset", from: BP_SM, to: BP_2XL }),
580
- "sm-md": fluid({ property: "fluid-inset", from: BP_SM, to: BP_MD }),
581
- "sm-lg": fluid({ property: "fluid-inset", from: BP_SM, to: BP_LG }),
582
- "sm-xl": fluid({ property: "fluid-inset", from: BP_SM, to: BP_XL }),
583
- "md-lg": fluid({ property: "fluid-inset", from: BP_MD, to: BP_LG }),
584
- "md-xl": fluid({ property: "fluid-inset", from: BP_MD, to: BP_XL }),
585
- "md-2xl": fluid({ property: "fluid-inset", from: BP_MD, to: BP_2XL }),
586
- "lg-xl": fluid({ property: "fluid-inset", from: BP_LG, to: BP_XL }),
587
- "lg-2xl": fluid({ property: "fluid-inset", from: BP_LG, to: BP_2XL })
588
- },
589
- "fluid-inset-y-clamp": {
590
- "min-max": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_2XL }),
591
- "sm-md": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_MD }),
592
- "sm-lg": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_LG }),
593
- "sm-xl": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_XL }),
594
- "md-lg": fluid({ property: "fluid-inset-y", from: BP_MD, to: BP_LG }),
595
- "md-xl": fluid({ property: "fluid-inset-y", from: BP_MD, to: BP_XL }),
596
- "md-2xl": fluid({ property: "fluid-inset-y", from: BP_MD, to: BP_2XL }),
597
- "lg-xl": fluid({ property: "fluid-inset-y", from: BP_LG, to: BP_XL }),
598
- "lg-2xl": fluid({ property: "fluid-inset-y", from: BP_LG, to: BP_2XL })
599
- },
600
- "fluid-bottom-clamp": {
601
- "min-max": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_2XL }),
602
- "sm-md": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_MD }),
603
- "sm-lg": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_LG }),
604
- "sm-xl": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_XL }),
605
- "md-lg": fluid({ property: "fluid-bottom", from: BP_MD, to: BP_LG }),
606
- "md-xl": fluid({ property: "fluid-bottom", from: BP_MD, to: BP_XL }),
607
- "md-2xl": fluid({ property: "fluid-bottom", from: BP_MD, to: BP_2XL }),
608
- "lg-xl": fluid({ property: "fluid-bottom", from: BP_LG, to: BP_XL }),
609
- "lg-2xl": fluid({ property: "fluid-bottom", from: BP_LG, to: BP_2XL })
610
- },
611
- "fluid-top-clamp": {
612
- "min-max": fluid({ property: "fluid-top", from: BP_SM, to: BP_2XL }),
613
- "sm-md": fluid({ property: "fluid-top", from: BP_SM, to: BP_MD }),
614
- "sm-lg": fluid({ property: "fluid-top", from: BP_SM, to: BP_LG }),
615
- "sm-xl": fluid({ property: "fluid-top", from: BP_SM, to: BP_XL }),
616
- "md-lg": fluid({ property: "fluid-top", from: BP_MD, to: BP_LG }),
617
- "md-xl": fluid({ property: "fluid-top", from: BP_MD, to: BP_XL }),
618
- "md-2xl": fluid({ property: "fluid-top", from: BP_MD, to: BP_2XL }),
619
- "lg-xl": fluid({ property: "fluid-top", from: BP_LG, to: BP_XL }),
620
- "lg-2xl": fluid({ property: "fluid-top", from: BP_LG, to: BP_2XL })
621
- },
622
- "fluid-inset-x-clamp": {
623
- "min-max": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_2XL }),
624
- "sm-md": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_MD }),
625
- "sm-lg": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_LG }),
626
- "sm-xl": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_XL }),
627
- "md-lg": fluid({ property: "fluid-inset-x", from: BP_MD, to: BP_LG }),
628
- "md-xl": fluid({ property: "fluid-inset-x", from: BP_MD, to: BP_XL }),
629
- "md-2xl": fluid({ property: "fluid-inset-x", from: BP_MD, to: BP_2XL }),
630
- "lg-xl": fluid({ property: "fluid-inset-x", from: BP_LG, to: BP_XL }),
631
- "lg-2xl": fluid({ property: "fluid-inset-x", from: BP_LG, to: BP_2XL })
632
- },
633
- "fluid-right-clamp": {
634
- "min-max": fluid({ property: "fluid-right", from: BP_SM, to: BP_2XL }),
635
- "sm-md": fluid({ property: "fluid-right", from: BP_SM, to: BP_MD }),
636
- "sm-lg": fluid({ property: "fluid-right", from: BP_SM, to: BP_LG }),
637
- "sm-xl": fluid({ property: "fluid-right", from: BP_SM, to: BP_XL }),
638
- "md-lg": fluid({ property: "fluid-right", from: BP_MD, to: BP_LG }),
639
- "md-xl": fluid({ property: "fluid-right", from: BP_MD, to: BP_XL }),
640
- "md-2xl": fluid({ property: "fluid-right", from: BP_MD, to: BP_2XL }),
641
- "lg-xl": fluid({ property: "fluid-right", from: BP_LG, to: BP_XL }),
642
- "lg-2xl": fluid({ property: "fluid-right", from: BP_LG, to: BP_2XL })
643
- },
644
- "fluid-left-clamp": {
645
- "min-max": fluid({ property: "fluid-left", from: BP_SM, to: BP_2XL }),
646
- "sm-md": fluid({ property: "fluid-left", from: BP_SM, to: BP_MD }),
647
- "sm-lg": fluid({ property: "fluid-left", from: BP_SM, to: BP_LG }),
648
- "sm-xl": fluid({ property: "fluid-left", from: BP_SM, to: BP_XL }),
649
- "md-lg": fluid({ property: "fluid-left", from: BP_MD, to: BP_LG }),
650
- "md-xl": fluid({ property: "fluid-left", from: BP_MD, to: BP_XL }),
651
- "md-2xl": fluid({ property: "fluid-left", from: BP_MD, to: BP_2XL }),
652
- "lg-xl": fluid({ property: "fluid-left", from: BP_LG, to: BP_XL }),
653
- "lg-2xl": fluid({ property: "fluid-left", from: BP_LG, to: BP_2XL })
654
- },
655
- "fluid-m-clamp": {
656
- "min-max": fluid({ property: "fluid-m", from: BP_SM, to: BP_2XL }),
657
- "sm-md": fluid({ property: "fluid-m", from: BP_SM, to: BP_MD }),
658
- "sm-lg": fluid({ property: "fluid-m", from: BP_SM, to: BP_LG }),
659
- "sm-xl": fluid({ property: "fluid-m", from: BP_SM, to: BP_XL }),
660
- "md-lg": fluid({ property: "fluid-m", from: BP_MD, to: BP_LG }),
661
- "md-xl": fluid({ property: "fluid-m", from: BP_MD, to: BP_XL }),
662
- "md-2xl": fluid({ property: "fluid-m", from: BP_MD, to: BP_2XL }),
663
- "lg-xl": fluid({ property: "fluid-m", from: BP_LG, to: BP_XL }),
664
- "lg-2xl": fluid({ property: "fluid-m", from: BP_LG, to: BP_2XL })
665
- },
666
- "fluid-my-clamp": {
667
- "min-max": fluid({ property: "fluid-my", from: BP_SM, to: BP_2XL }),
668
- "sm-md": fluid({ property: "fluid-my", from: BP_SM, to: BP_MD }),
669
- "sm-lg": fluid({ property: "fluid-my", from: BP_SM, to: BP_LG }),
670
- "sm-xl": fluid({ property: "fluid-my", from: BP_SM, to: BP_XL }),
671
- "md-lg": fluid({ property: "fluid-my", from: BP_MD, to: BP_LG }),
672
- "md-xl": fluid({ property: "fluid-my", from: BP_MD, to: BP_XL }),
673
- "md-2xl": fluid({ property: "fluid-my", from: BP_MD, to: BP_2XL }),
674
- "lg-xl": fluid({ property: "fluid-my", from: BP_LG, to: BP_XL }),
675
- "lg-2xl": fluid({ property: "fluid-my", from: BP_LG, to: BP_2XL })
676
- },
677
- "fluid-mb-clamp": {
678
- "min-max": fluid({ property: "fluid-mb", from: BP_SM, to: BP_2XL }),
679
- "sm-md": fluid({ property: "fluid-mb", from: BP_SM, to: BP_MD }),
680
- "sm-lg": fluid({ property: "fluid-mb", from: BP_SM, to: BP_LG }),
681
- "sm-xl": fluid({ property: "fluid-mb", from: BP_SM, to: BP_XL }),
682
- "md-lg": fluid({ property: "fluid-mb", from: BP_MD, to: BP_LG }),
683
- "md-xl": fluid({ property: "fluid-mb", from: BP_MD, to: BP_XL }),
684
- "md-2xl": fluid({ property: "fluid-mb", from: BP_MD, to: BP_2XL }),
685
- "lg-xl": fluid({ property: "fluid-mb", from: BP_LG, to: BP_XL }),
686
- "lg-2xl": fluid({ property: "fluid-mb", from: BP_LG, to: BP_2XL })
687
- },
688
- "fluid-mt-clamp": {
689
- "min-max": fluid({ property: "fluid-mt", from: BP_SM, to: BP_2XL }),
690
- "sm-md": fluid({ property: "fluid-mt", from: BP_SM, to: BP_MD }),
691
- "sm-lg": fluid({ property: "fluid-mt", from: BP_SM, to: BP_LG }),
692
- "sm-xl": fluid({ property: "fluid-mt", from: BP_SM, to: BP_XL }),
693
- "md-lg": fluid({ property: "fluid-mt", from: BP_MD, to: BP_LG }),
694
- "md-xl": fluid({ property: "fluid-mt", from: BP_MD, to: BP_XL }),
695
- "md-2xl": fluid({ property: "fluid-mt", from: BP_MD, to: BP_2XL }),
696
- "lg-xl": fluid({ property: "fluid-mt", from: BP_LG, to: BP_XL }),
697
- "lg-2xl": fluid({ property: "fluid-mt", from: BP_LG, to: BP_2XL })
698
- },
699
- "fluid-mx-clamp": {
700
- "min-max": fluid({ property: "fluid-mx", from: BP_SM, to: BP_2XL }),
701
- "sm-md": fluid({ property: "fluid-mx", from: BP_SM, to: BP_MD }),
702
- "sm-lg": fluid({ property: "fluid-mx", from: BP_SM, to: BP_LG }),
703
- "sm-xl": fluid({ property: "fluid-mx", from: BP_SM, to: BP_XL }),
704
- "md-lg": fluid({ property: "fluid-mx", from: BP_MD, to: BP_LG }),
705
- "md-xl": fluid({ property: "fluid-mx", from: BP_MD, to: BP_XL }),
706
- "md-2xl": fluid({ property: "fluid-mx", from: BP_MD, to: BP_2XL }),
707
- "lg-xl": fluid({ property: "fluid-mx", from: BP_LG, to: BP_XL }),
708
- "lg-2xl": fluid({ property: "fluid-mx", from: BP_LG, to: BP_2XL })
709
- },
710
- "fluid-mr-clamp": {
711
- "min-max": fluid({ property: "fluid-mr", from: BP_SM, to: BP_2XL }),
712
- "sm-md": fluid({ property: "fluid-mr", from: BP_SM, to: BP_MD }),
713
- "sm-lg": fluid({ property: "fluid-mr", from: BP_SM, to: BP_LG }),
714
- "sm-xl": fluid({ property: "fluid-mr", from: BP_SM, to: BP_XL }),
715
- "md-lg": fluid({ property: "fluid-mr", from: BP_MD, to: BP_LG }),
716
- "md-xl": fluid({ property: "fluid-mr", from: BP_MD, to: BP_XL }),
717
- "md-2xl": fluid({ property: "fluid-mr", from: BP_MD, to: BP_2XL }),
718
- "lg-xl": fluid({ property: "fluid-mr", from: BP_LG, to: BP_XL }),
719
- "lg-2xl": fluid({ property: "fluid-mr", from: BP_LG, to: BP_2XL })
720
- },
721
- "fluid-ml-clamp": {
722
- "min-max": fluid({ property: "fluid-ml", from: BP_SM, to: BP_2XL }),
723
- "sm-md": fluid({ property: "fluid-ml", from: BP_SM, to: BP_MD }),
724
- "sm-lg": fluid({ property: "fluid-ml", from: BP_SM, to: BP_LG }),
725
- "sm-xl": fluid({ property: "fluid-ml", from: BP_SM, to: BP_XL }),
726
- "md-lg": fluid({ property: "fluid-ml", from: BP_MD, to: BP_LG }),
727
- "md-xl": fluid({ property: "fluid-ml", from: BP_MD, to: BP_XL }),
728
- "md-2xl": fluid({ property: "fluid-ml", from: BP_MD, to: BP_2XL }),
729
- "lg-xl": fluid({ property: "fluid-ml", from: BP_LG, to: BP_XL }),
730
- "lg-2xl": fluid({ property: "fluid-ml", from: BP_LG, to: BP_2XL })
731
- },
732
- "fluid-max-height-clamp": {
733
- "min-max": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_2XL }),
734
- "sm-md": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_MD }),
735
- "sm-lg": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_LG }),
736
- "sm-xl": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_XL }),
737
- "md-lg": fluid({ property: "fluid-max-height", from: BP_MD, to: BP_LG }),
738
- "md-xl": fluid({ property: "fluid-max-height", from: BP_MD, to: BP_XL }),
739
- "md-2xl": fluid({ property: "fluid-max-height", from: BP_MD, to: BP_2XL }),
740
- "lg-xl": fluid({ property: "fluid-max-height", from: BP_LG, to: BP_XL }),
741
- "lg-2xl": fluid({ property: "fluid-max-height", from: BP_LG, to: BP_2XL })
742
- },
743
- "fluid-max-width-clamp": {
744
- "min-max": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_2XL }),
745
- "sm-md": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_MD }),
746
- "sm-lg": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_LG }),
747
- "sm-xl": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_XL }),
748
- "md-lg": fluid({ property: "fluid-max-width", from: BP_MD, to: BP_LG }),
749
- "md-xl": fluid({ property: "fluid-max-width", from: BP_MD, to: BP_XL }),
750
- "md-2xl": fluid({ property: "fluid-max-width", from: BP_MD, to: BP_2XL }),
751
- "lg-xl": fluid({ property: "fluid-max-width", from: BP_LG, to: BP_XL }),
752
- "lg-2xl": fluid({ property: "fluid-max-width", from: BP_LG, to: BP_2XL })
753
- },
754
- "fluid-min-height-clamp": {
755
- "min-max": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_2XL }),
756
- "sm-md": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_MD }),
757
- "sm-lg": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_LG }),
758
- "sm-xl": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_XL }),
759
- "md-lg": fluid({ property: "fluid-min-height", from: BP_MD, to: BP_LG }),
760
- "md-xl": fluid({ property: "fluid-min-height", from: BP_MD, to: BP_XL }),
761
- "md-2xl": fluid({ property: "fluid-min-height", from: BP_MD, to: BP_2XL }),
762
- "lg-xl": fluid({ property: "fluid-min-height", from: BP_LG, to: BP_XL }),
763
- "lg-2xl": fluid({ property: "fluid-min-height", from: BP_LG, to: BP_2XL })
764
- },
765
- "fluid-min-width-clamp": {
766
- "min-max": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_2XL }),
767
- "sm-md": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_MD }),
768
- "sm-lg": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_LG }),
769
- "sm-xl": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_XL }),
770
- "md-lg": fluid({ property: "fluid-min-width", from: BP_MD, to: BP_LG }),
771
- "md-xl": fluid({ property: "fluid-min-width", from: BP_MD, to: BP_XL }),
772
- "md-2xl": fluid({ property: "fluid-min-width", from: BP_MD, to: BP_2XL }),
773
- "lg-xl": fluid({ property: "fluid-min-width", from: BP_LG, to: BP_XL }),
774
- "lg-2xl": fluid({ property: "fluid-min-width", from: BP_LG, to: BP_2XL })
775
- },
776
- "fluid-p-clamp": {
777
- "min-max": fluid({ property: "fluid-p", from: BP_SM, to: BP_2XL }),
778
- "sm-md": fluid({ property: "fluid-p", from: BP_SM, to: BP_MD }),
779
- "sm-lg": fluid({ property: "fluid-p", from: BP_SM, to: BP_LG }),
780
- "sm-xl": fluid({ property: "fluid-p", from: BP_SM, to: BP_XL }),
781
- "md-lg": fluid({ property: "fluid-p", from: BP_MD, to: BP_LG }),
782
- "md-xl": fluid({ property: "fluid-p", from: BP_MD, to: BP_XL }),
783
- "md-2xl": fluid({ property: "fluid-p", from: BP_MD, to: BP_2XL }),
784
- "lg-xl": fluid({ property: "fluid-p", from: BP_LG, to: BP_XL }),
785
- "lg-2xl": fluid({ property: "fluid-p", from: BP_LG, to: BP_2XL })
786
- },
787
- "fluid-py-clamp": {
788
- "min-max": fluid({ property: "fluid-py", from: BP_SM, to: BP_2XL }),
789
- "sm-md": fluid({ property: "fluid-py", from: BP_SM, to: BP_MD }),
790
- "sm-lg": fluid({ property: "fluid-py", from: BP_SM, to: BP_LG }),
791
- "sm-xl": fluid({ property: "fluid-py", from: BP_SM, to: BP_XL }),
792
- "md-lg": fluid({ property: "fluid-py", from: BP_MD, to: BP_LG }),
793
- "md-xl": fluid({ property: "fluid-py", from: BP_MD, to: BP_XL }),
794
- "md-2xl": fluid({ property: "fluid-py", from: BP_MD, to: BP_2XL }),
795
- "lg-xl": fluid({ property: "fluid-py", from: BP_LG, to: BP_XL }),
796
- "lg-2xl": fluid({ property: "fluid-py", from: BP_LG, to: BP_2XL })
797
- },
798
- "fluid-pb-clamp": {
799
- "min-max": fluid({ property: "fluid-pb", from: BP_SM, to: BP_2XL }),
800
- "sm-md": fluid({ property: "fluid-pb", from: BP_SM, to: BP_MD }),
801
- "sm-lg": fluid({ property: "fluid-pb", from: BP_SM, to: BP_LG }),
802
- "sm-xl": fluid({ property: "fluid-pb", from: BP_SM, to: BP_XL }),
803
- "md-lg": fluid({ property: "fluid-pb", from: BP_MD, to: BP_LG }),
804
- "md-xl": fluid({ property: "fluid-pb", from: BP_MD, to: BP_XL }),
805
- "md-2xl": fluid({ property: "fluid-pb", from: BP_MD, to: BP_2XL }),
806
- "lg-xl": fluid({ property: "fluid-pb", from: BP_LG, to: BP_XL }),
807
- "lg-2xl": fluid({ property: "fluid-pb", from: BP_LG, to: BP_2XL })
808
- },
809
- "fluid-pt-clamp": {
810
- "min-max": fluid({ property: "fluid-pt", from: BP_SM, to: BP_2XL }),
811
- "sm-md": fluid({ property: "fluid-pt", from: BP_SM, to: BP_MD }),
812
- "sm-lg": fluid({ property: "fluid-pt", from: BP_SM, to: BP_LG }),
813
- "sm-xl": fluid({ property: "fluid-pt", from: BP_SM, to: BP_XL }),
814
- "md-lg": fluid({ property: "fluid-pt", from: BP_MD, to: BP_LG }),
815
- "md-xl": fluid({ property: "fluid-pt", from: BP_MD, to: BP_XL }),
816
- "md-2xl": fluid({ property: "fluid-pt", from: BP_MD, to: BP_2XL }),
817
- "lg-xl": fluid({ property: "fluid-pt", from: BP_LG, to: BP_XL }),
818
- "lg-2xl": fluid({ property: "fluid-pt", from: BP_LG, to: BP_2XL })
819
- },
820
- "fluid-px-clamp": {
821
- "min-max": fluid({ property: "fluid-px", from: BP_SM, to: BP_2XL }),
822
- "sm-md": fluid({ property: "fluid-px", from: BP_SM, to: BP_MD }),
823
- "sm-lg": fluid({ property: "fluid-px", from: BP_SM, to: BP_LG }),
824
- "sm-xl": fluid({ property: "fluid-px", from: BP_SM, to: BP_XL }),
825
- "md-lg": fluid({ property: "fluid-px", from: BP_MD, to: BP_LG }),
826
- "md-xl": fluid({ property: "fluid-px", from: BP_MD, to: BP_XL }),
827
- "md-2xl": fluid({ property: "fluid-px", from: BP_MD, to: BP_2XL }),
828
- "lg-xl": fluid({ property: "fluid-px", from: BP_LG, to: BP_XL }),
829
- "lg-2xl": fluid({ property: "fluid-px", from: BP_LG, to: BP_2XL })
830
- },
831
- "fluid-pr-clamp": {
832
- "min-max": fluid({ property: "fluid-pr", from: BP_SM, to: BP_2XL }),
833
- "sm-md": fluid({ property: "fluid-pr", from: BP_SM, to: BP_MD }),
834
- "sm-lg": fluid({ property: "fluid-pr", from: BP_SM, to: BP_LG }),
835
- "sm-xl": fluid({ property: "fluid-pr", from: BP_SM, to: BP_XL }),
836
- "md-lg": fluid({ property: "fluid-pr", from: BP_MD, to: BP_LG }),
837
- "md-xl": fluid({ property: "fluid-pr", from: BP_MD, to: BP_XL }),
838
- "md-2xl": fluid({ property: "fluid-pr", from: BP_MD, to: BP_2XL }),
839
- "lg-xl": fluid({ property: "fluid-pr", from: BP_LG, to: BP_XL }),
840
- "lg-2xl": fluid({ property: "fluid-pr", from: BP_LG, to: BP_2XL })
841
- },
842
- "fluid-pl-clamp": {
843
- "min-max": fluid({ property: "fluid-pl", from: BP_SM, to: BP_2XL }),
844
- "sm-md": fluid({ property: "fluid-pl", from: BP_SM, to: BP_MD }),
845
- "sm-lg": fluid({ property: "fluid-pl", from: BP_SM, to: BP_LG }),
846
- "sm-xl": fluid({ property: "fluid-pl", from: BP_SM, to: BP_XL }),
847
- "md-lg": fluid({ property: "fluid-pl", from: BP_MD, to: BP_LG }),
848
- "md-xl": fluid({ property: "fluid-pl", from: BP_MD, to: BP_XL }),
849
- "md-2xl": fluid({ property: "fluid-pl", from: BP_MD, to: BP_2XL }),
850
- "lg-xl": fluid({ property: "fluid-pl", from: BP_LG, to: BP_XL }),
851
- "lg-2xl": fluid({ property: "fluid-pl", from: BP_LG, to: BP_2XL })
852
- },
853
- "fluid-row-gap-clamp": {
854
- "min-max": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_2XL }),
855
- "sm-md": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_MD }),
856
- "sm-lg": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_LG }),
857
- "sm-xl": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_XL }),
858
- "md-lg": fluid({ property: "fluid-row-gap", from: BP_MD, to: BP_LG }),
859
- "md-xl": fluid({ property: "fluid-row-gap", from: BP_MD, to: BP_XL }),
860
- "md-2xl": fluid({ property: "fluid-row-gap", from: BP_MD, to: BP_2XL }),
861
- "lg-xl": fluid({ property: "fluid-row-gap", from: BP_LG, to: BP_XL }),
862
- "lg-2xl": fluid({ property: "fluid-row-gap", from: BP_LG, to: BP_2XL })
863
- },
864
- "fluid-scroll-m-clamp": {
865
- "min-max": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_2XL }),
866
- "sm-md": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_MD }),
867
- "sm-lg": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_LG }),
868
- "sm-xl": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_XL }),
869
- "md-lg": fluid({ property: "fluid-scroll-m", from: BP_MD, to: BP_LG }),
870
- "md-xl": fluid({ property: "fluid-scroll-m", from: BP_MD, to: BP_XL }),
871
- "md-2xl": fluid({ property: "fluid-scroll-m", from: BP_MD, to: BP_2XL }),
872
- "lg-xl": fluid({ property: "fluid-scroll-m", from: BP_LG, to: BP_XL }),
873
- "lg-2xl": fluid({ property: "fluid-scroll-m", from: BP_LG, to: BP_2XL })
874
- },
875
- "fluid-scroll-my-clamp": {
876
- "min-max": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_2XL }),
877
- "sm-md": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_MD }),
878
- "sm-lg": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_LG }),
879
- "sm-xl": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_XL }),
880
- "md-lg": fluid({ property: "fluid-scroll-my", from: BP_MD, to: BP_LG }),
881
- "md-xl": fluid({ property: "fluid-scroll-my", from: BP_MD, to: BP_XL }),
882
- "md-2xl": fluid({ property: "fluid-scroll-my", from: BP_MD, to: BP_2XL }),
883
- "lg-xl": fluid({ property: "fluid-scroll-my", from: BP_LG, to: BP_XL }),
884
- "lg-2xl": fluid({ property: "fluid-scroll-my", from: BP_LG, to: BP_2XL })
885
- },
886
- "fluid-scroll-mb-clamp": {
887
- "min-max": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_2XL }),
888
- "sm-md": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_MD }),
889
- "sm-lg": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_LG }),
890
- "sm-xl": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_XL }),
891
- "md-lg": fluid({ property: "fluid-scroll-mb", from: BP_MD, to: BP_LG }),
892
- "md-xl": fluid({ property: "fluid-scroll-mb", from: BP_MD, to: BP_XL }),
893
- "md-2xl": fluid({ property: "fluid-scroll-mb", from: BP_MD, to: BP_2XL }),
894
- "lg-xl": fluid({ property: "fluid-scroll-mb", from: BP_LG, to: BP_XL }),
895
- "lg-2xl": fluid({ property: "fluid-scroll-mb", from: BP_LG, to: BP_2XL })
896
- },
897
- "fluid-scroll-mt-clamp": {
898
- "min-max": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_2XL }),
899
- "sm-md": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_MD }),
900
- "sm-lg": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_LG }),
901
- "sm-xl": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_XL }),
902
- "md-lg": fluid({ property: "fluid-scroll-mt", from: BP_MD, to: BP_LG }),
903
- "md-xl": fluid({ property: "fluid-scroll-mt", from: BP_MD, to: BP_XL }),
904
- "md-2xl": fluid({ property: "fluid-scroll-mt", from: BP_MD, to: BP_2XL }),
905
- "lg-xl": fluid({ property: "fluid-scroll-mt", from: BP_LG, to: BP_XL }),
906
- "lg-2xl": fluid({ property: "fluid-scroll-mt", from: BP_LG, to: BP_2XL })
907
- },
908
- "fluid-scroll-mx-clamp": {
909
- "min-max": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_2XL }),
910
- "sm-md": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_MD }),
911
- "sm-lg": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_LG }),
912
- "sm-xl": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_XL }),
913
- "md-lg": fluid({ property: "fluid-scroll-mx", from: BP_MD, to: BP_LG }),
914
- "md-xl": fluid({ property: "fluid-scroll-mx", from: BP_MD, to: BP_XL }),
915
- "md-2xl": fluid({ property: "fluid-scroll-mx", from: BP_MD, to: BP_2XL }),
916
- "lg-xl": fluid({ property: "fluid-scroll-mx", from: BP_LG, to: BP_XL }),
917
- "lg-2xl": fluid({ property: "fluid-scroll-mx", from: BP_LG, to: BP_2XL })
918
- },
919
- "fluid-scroll-mr-clamp": {
920
- "min-max": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_2XL }),
921
- "sm-md": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_MD }),
922
- "sm-lg": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_LG }),
923
- "sm-xl": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_XL }),
924
- "md-lg": fluid({ property: "fluid-scroll-mr", from: BP_MD, to: BP_LG }),
925
- "md-xl": fluid({ property: "fluid-scroll-mr", from: BP_MD, to: BP_XL }),
926
- "md-2xl": fluid({ property: "fluid-scroll-mr", from: BP_MD, to: BP_2XL }),
927
- "lg-xl": fluid({ property: "fluid-scroll-mr", from: BP_LG, to: BP_XL }),
928
- "lg-2xl": fluid({ property: "fluid-scroll-mr", from: BP_LG, to: BP_2XL })
929
- },
930
- "fluid-scroll-ml-clamp": {
931
- "min-max": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_2XL }),
932
- "sm-md": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_MD }),
933
- "sm-lg": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_LG }),
934
- "sm-xl": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_XL }),
935
- "md-lg": fluid({ property: "fluid-scroll-ml", from: BP_MD, to: BP_LG }),
936
- "md-xl": fluid({ property: "fluid-scroll-ml", from: BP_MD, to: BP_XL }),
937
- "md-2xl": fluid({ property: "fluid-scroll-ml", from: BP_MD, to: BP_2XL }),
938
- "lg-xl": fluid({ property: "fluid-scroll-ml", from: BP_LG, to: BP_XL }),
939
- "lg-2xl": fluid({ property: "fluid-scroll-ml", from: BP_LG, to: BP_2XL })
940
- },
941
- "fluid-scroll-p-clamp": {
942
- "min-max": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_2XL }),
943
- "sm-md": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_MD }),
944
- "sm-lg": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_LG }),
945
- "sm-xl": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_XL }),
946
- "md-lg": fluid({ property: "fluid-scroll-p", from: BP_MD, to: BP_LG }),
947
- "md-xl": fluid({ property: "fluid-scroll-p", from: BP_MD, to: BP_XL }),
948
- "md-2xl": fluid({ property: "fluid-scroll-p", from: BP_MD, to: BP_2XL }),
949
- "lg-xl": fluid({ property: "fluid-scroll-p", from: BP_LG, to: BP_XL }),
950
- "lg-2xl": fluid({ property: "fluid-scroll-p", from: BP_LG, to: BP_2XL })
951
- },
952
- "fluid-scroll-py-clamp": {
953
- "min-max": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_2XL }),
954
- "sm-md": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_MD }),
955
- "sm-lg": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_LG }),
956
- "sm-xl": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_XL }),
957
- "md-lg": fluid({ property: "fluid-scroll-py", from: BP_MD, to: BP_LG }),
958
- "md-xl": fluid({ property: "fluid-scroll-py", from: BP_MD, to: BP_XL }),
959
- "md-2xl": fluid({ property: "fluid-scroll-py", from: BP_MD, to: BP_2XL }),
960
- "lg-xl": fluid({ property: "fluid-scroll-py", from: BP_LG, to: BP_XL }),
961
- "lg-2xl": fluid({ property: "fluid-scroll-py", from: BP_LG, to: BP_2XL })
962
- },
963
- "fluid-scroll-pb-clamp": {
964
- "min-max": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_2XL }),
965
- "sm-md": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_MD }),
966
- "sm-lg": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_LG }),
967
- "sm-xl": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_XL }),
968
- "md-lg": fluid({ property: "fluid-scroll-pb", from: BP_MD, to: BP_LG }),
969
- "md-xl": fluid({ property: "fluid-scroll-pb", from: BP_MD, to: BP_XL }),
970
- "md-2xl": fluid({ property: "fluid-scroll-pb", from: BP_MD, to: BP_2XL }),
971
- "lg-xl": fluid({ property: "fluid-scroll-pb", from: BP_LG, to: BP_XL }),
972
- "lg-2xl": fluid({ property: "fluid-scroll-pb", from: BP_LG, to: BP_2XL })
973
- },
974
- "fluid-scroll-pt-clamp": {
975
- "min-max": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_2XL }),
976
- "sm-md": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_MD }),
977
- "sm-lg": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_LG }),
978
- "sm-xl": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_XL }),
979
- "md-lg": fluid({ property: "fluid-scroll-pt", from: BP_MD, to: BP_LG }),
980
- "md-xl": fluid({ property: "fluid-scroll-pt", from: BP_MD, to: BP_XL }),
981
- "md-2xl": fluid({ property: "fluid-scroll-pt", from: BP_MD, to: BP_2XL }),
982
- "lg-xl": fluid({ property: "fluid-scroll-pt", from: BP_LG, to: BP_XL }),
983
- "lg-2xl": fluid({ property: "fluid-scroll-pt", from: BP_LG, to: BP_2XL })
984
- },
985
- "fluid-scroll-px-clamp": {
986
- "min-max": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_2XL }),
987
- "sm-md": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_MD }),
988
- "sm-lg": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_LG }),
989
- "sm-xl": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_XL }),
990
- "md-lg": fluid({ property: "fluid-scroll-px", from: BP_MD, to: BP_LG }),
991
- "md-xl": fluid({ property: "fluid-scroll-px", from: BP_MD, to: BP_XL }),
992
- "md-2xl": fluid({ property: "fluid-scroll-px", from: BP_MD, to: BP_2XL }),
993
- "lg-xl": fluid({ property: "fluid-scroll-px", from: BP_LG, to: BP_XL }),
994
- "lg-2xl": fluid({ property: "fluid-scroll-px", from: BP_LG, to: BP_2XL })
995
- },
996
- "fluid-scroll-pr-clamp": {
997
- "min-max": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_2XL }),
998
- "sm-md": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_MD }),
999
- "sm-lg": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_LG }),
1000
- "sm-xl": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_XL }),
1001
- "md-lg": fluid({ property: "fluid-scroll-pr", from: BP_MD, to: BP_LG }),
1002
- "md-xl": fluid({ property: "fluid-scroll-pr", from: BP_MD, to: BP_XL }),
1003
- "md-2xl": fluid({ property: "fluid-scroll-pr", from: BP_MD, to: BP_2XL }),
1004
- "lg-xl": fluid({ property: "fluid-scroll-pr", from: BP_LG, to: BP_XL }),
1005
- "lg-2xl": fluid({ property: "fluid-scroll-pr", from: BP_LG, to: BP_2XL })
1006
- },
1007
- "fluid-scroll-pl-clamp": {
1008
- "min-max": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_2XL }),
1009
- "sm-md": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_MD }),
1010
- "sm-lg": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_LG }),
1011
- "sm-xl": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_XL }),
1012
- "md-lg": fluid({ property: "fluid-scroll-pl", from: BP_MD, to: BP_LG }),
1013
- "md-xl": fluid({ property: "fluid-scroll-pl", from: BP_MD, to: BP_XL }),
1014
- "md-2xl": fluid({ property: "fluid-scroll-pl", from: BP_MD, to: BP_2XL }),
1015
- "lg-xl": fluid({ property: "fluid-scroll-pl", from: BP_LG, to: BP_XL }),
1016
- "lg-2xl": fluid({ property: "fluid-scroll-pl", from: BP_LG, to: BP_2XL })
1017
- },
1018
- "fluid-stroke-width-clamp": {
1019
- "min-max": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_2XL }),
1020
- "sm-md": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_MD }),
1021
- "sm-lg": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_LG }),
1022
- "sm-xl": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_XL }),
1023
- "md-lg": fluid({ property: "fluid-stroke-width", from: BP_MD, to: BP_LG }),
1024
- "md-xl": fluid({ property: "fluid-stroke-width", from: BP_MD, to: BP_XL }),
1025
- "md-2xl": fluid({ property: "fluid-stroke-width", from: BP_MD, to: BP_2XL }),
1026
- "lg-xl": fluid({ property: "fluid-stroke-width", from: BP_LG, to: BP_XL }),
1027
- "lg-2xl": fluid({ property: "fluid-stroke-width", from: BP_LG, to: BP_2XL })
1028
- },
1029
- "fluid-text-indent-clamp": {
1030
- "min-max": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_2XL }),
1031
- "sm-md": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_MD }),
1032
- "sm-lg": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_LG }),
1033
- "sm-xl": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_XL }),
1034
- "md-lg": fluid({ property: "fluid-text-indent", from: BP_MD, to: BP_LG }),
1035
- "md-xl": fluid({ property: "fluid-text-indent", from: BP_MD, to: BP_XL }),
1036
- "md-2xl": fluid({ property: "fluid-text-indent", from: BP_MD, to: BP_2XL }),
1037
- "lg-xl": fluid({ property: "fluid-text-indent", from: BP_LG, to: BP_XL }),
1038
- "lg-2xl": fluid({ property: "fluid-text-indent", from: BP_LG, to: BP_2XL })
1039
- },
1040
- font: {
1041
- sans: `ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"`,
1042
- serif: `ui-serif, Georgia, Cambria, "Times New Roman", Times, serif`,
1043
- mono: `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace`
1044
- },
1045
- gradient: {
1046
- "to-t": optionalViaGradient("to top in srgb"),
1047
- "to-tr": optionalViaGradient("to top right in srgb"),
1048
- "to-r": optionalViaGradient("to right in srgb"),
1049
- "to-br": optionalViaGradient("to bottom right in srgb"),
1050
- "to-b": optionalViaGradient("to bottom in srgb"),
1051
- "to-bl": optionalViaGradient("to bottom left in srgb"),
1052
- "to-l": optionalViaGradient("to left in srgb"),
1053
- "to-tl": optionalViaGradient("to top left in srgb"),
1054
- "hd-to-t": optionalViaGradient("to top in oklch"),
1055
- "hd-to-tr": optionalViaGradient("to top right in oklch"),
1056
- "hd-to-r": optionalViaGradient("to right in oklch"),
1057
- "hd-to-br": optionalViaGradient("to bottom right in oklch"),
1058
- "hd-to-b": optionalViaGradient("to bottom in oklch"),
1059
- "hd-to-bl": optionalViaGradient("to bottom left in oklch"),
1060
- "hd-to-l": optionalViaGradient("to left in oklch"),
1061
- "hd-to-tl": optionalViaGradient("to top left in oklch")
1062
- },
1063
- space: {
1064
- "0": 0,
1065
- px: rem(1),
1066
- auto: "auto",
1067
- half: "50%",
1068
- third: "33.333333%",
1069
- "two-thirds": "66.666667%",
1070
- quarter: "25%",
1071
- "three-quarters": "75%",
1072
- full: "100%"
1073
- },
1074
- "grid-span": {
1075
- "1": "repeat(1, minmax(0, 1fr))",
1076
- "2": "repeat(2, minmax(0, 1fr))1",
1077
- "3": "repeat(3, minmax(0, 1fr))",
1078
- "4": "repeat(4, minmax(0, 1fr))",
1079
- "5": "repeat(5, minmax(0, 1fr))",
1080
- "6": "repeat(6, minmax(0, 1fr))",
1081
- "7": "repeat(7, minmax(0, 1fr))",
1082
- "8": "repeat(8, minmax(0, 1fr))",
1083
- "9": "repeat(9, minmax(0, 1fr))",
1084
- "10": "repeat(10, minmax(0, 1fr))",
1085
- "11": "repeat(11, minmax(0, 1fr))",
1086
- "12": "repeat(12, minmax(0, 1fr))",
1087
- none: "none",
1088
- subgrid: "subgrid"
1089
- },
1090
- line: {
1091
- "0": "0 solid",
1092
- px: `${rem(1)} solid`,
1093
- "2": `${rem(2)} solid`,
1094
- "4": `${rem(4)} solid`,
1095
- "8": `${rem(8)} solid`
1096
- },
1097
- "line-size": {
1098
- "0": 0,
1099
- px: rem(1),
1100
- "2": rem(2),
1101
- "4": rem(4),
1102
- "8": rem(8)
1103
- },
1104
- leading: {
1105
- "3": rem(12),
1106
- "4": rem(16),
1107
- "5": rem(20),
1108
- "6": rem(24),
1109
- "7": rem(28),
1110
- "8": rem(32),
1111
- "9": rem(36),
1112
- "10": rem(40),
1113
- none: 1,
1114
- tight: 1.25,
1115
- snug: 1.375,
1116
- normal: 1.5,
1117
- relaxed: 1.625,
1118
- loose: 2
1119
- },
1120
- morph: {
1121
- none: "none",
1122
- all: "all cubic-bezier(0.4, 0, 0.2, 1) 150ms",
1123
- style: `all cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 150ms, background-color 150ms, border-color 150ms, text-decoration-color 150ms, fill 150ms, stroke 150ms, opacity 150ms, box-shadow 150ms, transform 150ms, filter 150ms, backdrop-filter 150ms`,
1124
- colors: `all cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 150ms, background-color 150ms, border-color 150ms, text-decoration-color 150ms, fill 150ms, stroke 150ms`,
1125
- opacity: `opacity cubic-bezier(0.4, 0, 0.2, 1) 150ms`,
1126
- shadow: `box-shadow cubic-bezier(0.4, 0, 0.2, 1) 150ms`,
1127
- transform: `transform cubic-bezier(0.4, 0, 0.2, 1) 150ms`
1128
- },
1129
- offset: {
1130
- "0": 0,
1131
- px: rem(1),
1132
- "2": rem(2),
1133
- "4": rem(4),
1134
- "8": rem(8)
1135
- },
1136
- radii: {
1137
- none: 0,
1138
- sm: rem(2),
1139
- base: rem(4),
1140
- md: rem(6),
1141
- lg: rem(8),
1142
- xl: rem(12),
1143
- "2xl": rem(16),
1144
- "3xl": rem(24),
1145
- full: "9999px"
1146
- },
1147
- ratio: {
1148
- auto: "auto",
1149
- square: "1 / 1",
1150
- video: "16 / 9"
1151
- },
1152
- shadow: {
1153
- sm: `0 1px 2px 0 var(--shadow-color, rgb(0 0 0 / 0.05))`,
1154
- base: `0 1px 3px 0 var(--shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--shadow-color, rgb(0 0 0 / 0.1))`,
1155
- md: `0 4px 6px -1px var(--shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--shadow-color, rgb(0 0 0 / 0.1))`,
1156
- lg: `0 10px 15px -3px var(--shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--shadow-color, rgb(0 0 0 / 0.1))`,
1157
- xl: `0 20px 25px -5px var(--shadow-color, rgb(0 0 0 / 0.1)), 0 10px 10px -5px var(--shadow-color, rgb(0 0 0 / 0.1))`,
1158
- "2xl": `0 25px 50px -12px var(--shadow-color, rgb(0 0 0 / 0.25))`,
1159
- inner: `inset 0 2px 4px 0 var(--shadow-color, rgb(0 0 0 / 0.05))`,
1160
- none: "none"
1161
- },
1162
- size: {
1163
- "0": 0,
1164
- px: rem(1),
1165
- auto: "auto",
1166
- fit: "fit-content",
1167
- full: "100%",
1168
- half: "50%",
1169
- third: "33.333333%",
1170
- "two-thirds": "66.666667%",
1171
- quarter: "25%",
1172
- "three-quarters": "75%",
1173
- min: "min-content",
1174
- max: "max-content",
1175
- "screen-w": "100vw",
1176
- "screen-h": "100vh",
1177
- dvh: "100dvh",
1178
- dvw: "100dvw",
1179
- svh: "100svh",
1180
- svw: "100svw",
1181
- lvh: "100lvh",
1182
- lvw: "100lvw"
1183
- },
1184
- span: {
1185
- auto: "auto",
1186
- "span-1": "span 1 / span 1",
1187
- "span-2": "span 2 / span 2",
1188
- "span-3": "span 3 / span 3",
1189
- "span-4": "span 4 / span 4",
1190
- "span-5": "span 5 / span 5",
1191
- "span-6": "span 6 / span 6",
1192
- "span-7": "span 7 / span 7",
1193
- "span-8": "span 8 / span 8",
1194
- "span-9": "span 9 / span 9",
1195
- "span-10": "span 10 / span 10",
1196
- "span-11": "span 11 / span 11",
1197
- "span-12": "span 12 / span 12",
1198
- "span-full": "1 / -1"
1199
- },
1200
- stop: {
1201
- "0": "0%",
1202
- "5": "5%",
1203
- "10": "10%",
1204
- "15": "15%",
1205
- "20": "20%",
1206
- "25": "25%",
1207
- "30": "30%",
1208
- "35": "35%",
1209
- "40": "40%",
1210
- "45": "45%",
1211
- "50": "50%",
1212
- "55": "55%",
1213
- "60": "60%",
1214
- "65": "65%",
1215
- "70": "70%",
1216
- "75": "75%",
1217
- "80": "80%",
1218
- "85": "85%",
1219
- "90": "90%",
1220
- "95": "95%",
1221
- "100": "100%"
1222
- },
1223
- time: {
1224
- "0": "0ms",
1225
- "75": "75ms",
1226
- "100": "100ms",
1227
- "150": "150ms",
1228
- "200": "200ms",
1229
- "300": "300ms",
1230
- "500": "500ms",
1231
- "700": "700ms",
1232
- "1000": "1000ms"
1233
- },
1234
- text: {
1235
- xs: font(rem(12), rem(16)),
1236
- sm: font(rem(14), rem(20)),
1237
- base: font(rem(16), rem(24)),
1238
- lg: font(rem(18), rem(28)),
1239
- xl: font(rem(20), rem(28)),
1240
- "2xl": font(rem(24), rem(32)),
1241
- "3xl": font(rem(30), rem(36)),
1242
- "4xl": font(rem(36), rem(40)),
1243
- "5xl": font(rem(48), "1"),
1244
- "6xl": font(rem(60), "1"),
1245
- "7xl": font(rem(72), "1"),
1246
- "8xl": font(rem(96), "1"),
1247
- "9xl": font(rem(128), "1")
1248
- },
1249
- "text-size": {
1250
- xs: rem(12),
1251
- sm: rem(14),
1252
- base: rem(16),
1253
- lg: rem(18),
1254
- xl: rem(20),
1255
- "2xl": rem(24),
1256
- "3xl": rem(30),
1257
- "4xl": rem(36),
1258
- "5xl": rem(48),
1259
- "6xl": rem(60),
1260
- "7xl": rem(72),
1261
- "8xl": rem(96),
1262
- "9xl": rem(128)
1263
- },
1264
- "fluid-text-size": {
1265
- xs: 12 / BASE_FONT_SIZE,
1266
- sm: 14 / BASE_FONT_SIZE,
1267
- base: 16 / BASE_FONT_SIZE,
1268
- lg: 18 / BASE_FONT_SIZE,
1269
- xl: 20 / BASE_FONT_SIZE,
1270
- "2xl": 24 / BASE_FONT_SIZE,
1271
- "3xl": 30 / BASE_FONT_SIZE,
1272
- "4xl": 36 / BASE_FONT_SIZE,
1273
- "5xl": 48 / BASE_FONT_SIZE,
1274
- "6xl": 60 / BASE_FONT_SIZE,
1275
- "7xl": 72 / BASE_FONT_SIZE,
1276
- "8xl": 96 / BASE_FONT_SIZE,
1277
- "9xl": 128 / BASE_FONT_SIZE
1278
- },
1279
- tracking: {
1280
- tighter: "-0.05em",
1281
- tight: "-0.025em",
1282
- normal: "0",
1283
- wide: "0.025em",
1284
- wider: "0.05em",
1285
- widest: "0.1em"
1286
- },
1287
- weight: {
1288
- thin: 100,
1289
- extralight: 200,
1290
- light: 300,
1291
- normal: 400,
1292
- medium: 500,
1293
- semibold: 600,
1294
- bold: 700,
1295
- extrabold: 800,
1296
- black: 900
366
+ root: {
367
+ alpha: {
368
+ "0": 0,
369
+ "5": 0.05,
370
+ "10": 0.1,
371
+ "15": 0.15,
372
+ "20": 0.2,
373
+ "25": 0.25,
374
+ "30": 0.3,
375
+ "35": 0.35,
376
+ "40": 0.4,
377
+ "45": 0.45,
378
+ "50": 0.5,
379
+ "55": 0.55,
380
+ "60": 0.6,
381
+ "65": 0.65,
382
+ "70": 0.7,
383
+ "75": 0.75,
384
+ "80": 0.8,
385
+ "85": 0.85,
386
+ "90": 0.9,
387
+ "95": 0.95,
388
+ "100": 1
389
+ },
390
+ anim: {
391
+ none: "none",
392
+ spin: "spin 1s linear infinite",
393
+ ping: "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",
394
+ pulse: "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",
395
+ bounce: "bounce 1s infinite",
396
+ wiggle: "wiggle 1s ease-in-out infinite"
397
+ },
398
+ col: {
399
+ auto: "auto",
400
+ "3xs": rem(256),
401
+ "2xs": rem(288),
402
+ xs: rem(320),
403
+ sm: rem(384),
404
+ md: rem(448),
405
+ lg: rem(512),
406
+ xl: rem(576),
407
+ "2xl": rem(672),
408
+ "3xl": rem(768),
409
+ "4xl": rem(896),
410
+ "5xl": rem(1024),
411
+ "6xl": rem(1152),
412
+ "7xl": rem(1280)
413
+ },
414
+ "drop-shadow": {
415
+ xs: "drop-shadow(0 1px 1px rgb(0 0 0 / 0.05))",
416
+ sm: "drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06))",
417
+ md: "drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06))",
418
+ lg: "drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1))",
419
+ xl: "drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08))",
420
+ "2xl": "drop-shadow(0 25px 25px rgb(0 0 0 / 0.15))",
421
+ none: "drop-shadow(0 0 #0000)"
422
+ },
423
+ ease: {
424
+ linear: "linear",
425
+ in: "cubic-bezier(0.4, 0, 1, 1)",
426
+ out: "cubic-bezier(0, 0, 0.2, 1)",
427
+ "in-out": "cubic-bezier(0.4, 0, 0.2, 1)"
428
+ },
429
+ effect: {
430
+ "alpha-0": "opacity(0)",
431
+ "alpha-5": "opacity(.05)",
432
+ "alpha-10": "opacity(.1)",
433
+ "alpha-15": "opacity(.15)",
434
+ "alpha-20": "opacity(.2)",
435
+ "alpha-25": "opacity(.25)",
436
+ "alpha-30": "opacity(.3)",
437
+ "alpha-35": "opacity(.35)",
438
+ "alpha-40": "opacity(.4)",
439
+ "alpha-45": "opacity(.45)",
440
+ "alpha-50": "opacity(.5)",
441
+ "alpha-55": "opacity(.55)",
442
+ "alpha-60": "opacity(.6)",
443
+ "alpha-65": "opacity(.65)",
444
+ "alpha-70": "opacity(.7)",
445
+ "alpha-75": "opacity(.75)",
446
+ "alpha-80": "opacity(.8)",
447
+ "alpha-85": "opacity(.85)",
448
+ "alpha-90": "opacity(.9)",
449
+ "alpha-95": "opacity(.95)",
450
+ "alpha-100": "opacity(1)",
451
+ "blur-none": "blur(0)",
452
+ "blur-sm": "blur(4px)",
453
+ blur: "blur(8px)",
454
+ "blur-md": "blur(12px)",
455
+ "blur-lg": "blur(16px)",
456
+ "blur-xl": "blur(24px)",
457
+ "blur-2xl": "blur(40px)",
458
+ "blur-3xl": "blur(64px)",
459
+ "bright-0": "brightness(0)",
460
+ "bright-50": "brightness(.5)",
461
+ "bright-75": "brightness(.75)",
462
+ "bright-90": "brightness(.9)",
463
+ "bright-95": "brightness(.95)",
464
+ "bright-100": "brightness(1)",
465
+ "bright-105": "brightness(1.05)",
466
+ "bright-110": "brightness(1.1)",
467
+ "bright-125": "brightness(1.25)",
468
+ "bright-150": "brightness(1.5)",
469
+ "bright-200": "brightness(2)",
470
+ "contrast-0": "contrast(0)",
471
+ "contrast-50": "contrast(.5)",
472
+ "contrast-75": "contrast(.75)",
473
+ "contrast-100": "contrast(1)",
474
+ "contrast-125": "contrast(1.25)",
475
+ "contrast-150": "contrast(1.5)",
476
+ "contrast-200": "contrast(2)",
477
+ "gray-0": "grayscale(0)",
478
+ "gray-100": "grayscale(1)",
479
+ "hue-0": "hue-rotate(0deg)",
480
+ "hue-15": "hue-rotate(15deg)",
481
+ "hue-30": "hue-rotate(30deg)",
482
+ "hue-60": "hue-rotate(60deg)",
483
+ "hue-90": "hue-rotate(90deg)",
484
+ "invert-0": "invert(0)",
485
+ "invert-100": "invert(1)",
486
+ "saturate-0": "saturate(0)",
487
+ "saturate-50": "saturate(.5)",
488
+ "saturate-100": "saturate(1)",
489
+ "saturate-150": "saturate(1.5)",
490
+ "saturate-200": "saturate(2)",
491
+ "sepia-0": "sepia(0)",
492
+ "sepia-100": "sepia(1)"
493
+ },
494
+ flex: {
495
+ "1": "1 1 0%",
496
+ auto: "1 1 auto",
497
+ initial: "0 1 auto",
498
+ none: "none"
499
+ },
500
+ "fluid-height-clamp": {
501
+ "min-max": fluid({ property: "fluid-height", from: BP_SM, to: BP_2XL }),
502
+ "sm-md": fluid({ property: "fluid-height", from: BP_SM, to: BP_MD }),
503
+ "sm-lg": fluid({ property: "fluid-height", from: BP_SM, to: BP_LG }),
504
+ "sm-xl": fluid({ property: "fluid-height", from: BP_SM, to: BP_XL }),
505
+ "md-lg": fluid({ property: "fluid-height", from: BP_MD, to: BP_LG }),
506
+ "md-xl": fluid({ property: "fluid-height", from: BP_MD, to: BP_XL }),
507
+ "md-2xl": fluid({ property: "fluid-height", from: BP_MD, to: BP_2XL }),
508
+ "lg-xl": fluid({ property: "fluid-height", from: BP_LG, to: BP_XL }),
509
+ "lg-2xl": fluid({ property: "fluid-height", from: BP_LG, to: BP_2XL })
510
+ },
511
+ "fluid-border-spacing-clamp": {
512
+ "min-max": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_2XL }),
513
+ "sm-md": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_MD }),
514
+ "sm-lg": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_LG }),
515
+ "sm-xl": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_XL }),
516
+ "md-lg": fluid({ property: "fluid-border-spacing", from: BP_MD, to: BP_LG }),
517
+ "md-xl": fluid({ property: "fluid-border-spacing", from: BP_MD, to: BP_XL }),
518
+ "md-2xl": fluid({ property: "fluid-border-spacing", from: BP_MD, to: BP_2XL }),
519
+ "lg-xl": fluid({ property: "fluid-border-spacing", from: BP_LG, to: BP_XL }),
520
+ "lg-2xl": fluid({ property: "fluid-border-spacing", from: BP_LG, to: BP_2XL })
521
+ },
522
+ "fluid-column-gap-clamp": {
523
+ "min-max": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_2XL }),
524
+ "sm-md": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_MD }),
525
+ "sm-lg": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_LG }),
526
+ "sm-xl": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_XL }),
527
+ "md-lg": fluid({ property: "fluid-column-gap", from: BP_MD, to: BP_LG }),
528
+ "md-xl": fluid({ property: "fluid-column-gap", from: BP_MD, to: BP_XL }),
529
+ "md-2xl": fluid({ property: "fluid-column-gap", from: BP_MD, to: BP_2XL }),
530
+ "lg-xl": fluid({ property: "fluid-column-gap", from: BP_LG, to: BP_XL }),
531
+ "lg-2xl": fluid({ property: "fluid-column-gap", from: BP_LG, to: BP_2XL })
532
+ },
533
+ "fluid-column-width-clamp": {
534
+ "min-max": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_2XL }),
535
+ "sm-md": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_MD }),
536
+ "sm-lg": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_LG }),
537
+ "sm-xl": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_XL }),
538
+ "md-lg": fluid({ property: "fluid-column-width", from: BP_MD, to: BP_LG }),
539
+ "md-xl": fluid({ property: "fluid-column-width", from: BP_MD, to: BP_XL }),
540
+ "md-2xl": fluid({ property: "fluid-column-width", from: BP_MD, to: BP_2XL }),
541
+ "lg-xl": fluid({ property: "fluid-column-width", from: BP_LG, to: BP_XL }),
542
+ "lg-2xl": fluid({ property: "fluid-column-width", from: BP_LG, to: BP_2XL })
543
+ },
544
+ "fluid-flex-basis-clamp": {
545
+ "min-max": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_2XL }),
546
+ "sm-md": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_MD }),
547
+ "sm-lg": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_LG }),
548
+ "sm-xl": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_XL }),
549
+ "md-lg": fluid({ property: "fluid-flex-basis", from: BP_MD, to: BP_LG }),
550
+ "md-xl": fluid({ property: "fluid-flex-basis", from: BP_MD, to: BP_XL }),
551
+ "md-2xl": fluid({ property: "fluid-flex-basis", from: BP_MD, to: BP_2XL }),
552
+ "lg-xl": fluid({ property: "fluid-flex-basis", from: BP_LG, to: BP_XL }),
553
+ "lg-2xl": fluid({ property: "fluid-flex-basis", from: BP_LG, to: BP_2XL })
554
+ },
555
+ "fluid-text-size-clamp": {
556
+ "min-max": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_2XL, divider: 1 }),
557
+ "sm-md": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_MD, divider: 1 }),
558
+ "sm-lg": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_LG, divider: 1 }),
559
+ "sm-xl": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_XL, divider: 1 }),
560
+ "md-lg": fluid({ property: "fluid-text-size", from: BP_MD, to: BP_LG, divider: 1 }),
561
+ "md-xl": fluid({ property: "fluid-text-size", from: BP_MD, to: BP_XL, divider: 1 }),
562
+ "md-2xl": fluid({ property: "fluid-text-size", from: BP_MD, to: BP_2XL, divider: 1 }),
563
+ "lg-xl": fluid({ property: "fluid-text-size", from: BP_LG, to: BP_XL, divider: 1 }),
564
+ "lg-2xl": fluid({ property: "fluid-text-size", from: BP_LG, to: BP_2XL, divider: 1 })
565
+ },
566
+ "fluid-gap-clamp": {
567
+ "min-max": fluid({ property: "fluid-gap", from: BP_SM, to: BP_2XL }),
568
+ "sm-md": fluid({ property: "fluid-gap", from: BP_SM, to: BP_MD }),
569
+ "sm-lg": fluid({ property: "fluid-gap", from: BP_SM, to: BP_LG }),
570
+ "sm-xl": fluid({ property: "fluid-gap", from: BP_SM, to: BP_XL }),
571
+ "md-lg": fluid({ property: "fluid-gap", from: BP_MD, to: BP_LG }),
572
+ "md-xl": fluid({ property: "fluid-gap", from: BP_MD, to: BP_XL }),
573
+ "md-2xl": fluid({ property: "fluid-gap", from: BP_MD, to: BP_2XL }),
574
+ "lg-xl": fluid({ property: "fluid-gap", from: BP_LG, to: BP_XL }),
575
+ "lg-2xl": fluid({ property: "fluid-gap", from: BP_LG, to: BP_2XL })
576
+ },
577
+ "fluid-width-clamp": {
578
+ "min-max": fluid({ property: "fluid-width", from: BP_SM, to: BP_2XL }),
579
+ "sm-md": fluid({ property: "fluid-width", from: BP_SM, to: BP_MD }),
580
+ "sm-lg": fluid({ property: "fluid-width", from: BP_SM, to: BP_LG }),
581
+ "sm-xl": fluid({ property: "fluid-width", from: BP_SM, to: BP_XL }),
582
+ "md-lg": fluid({ property: "fluid-width", from: BP_MD, to: BP_LG }),
583
+ "md-xl": fluid({ property: "fluid-width", from: BP_MD, to: BP_XL }),
584
+ "md-2xl": fluid({ property: "fluid-width", from: BP_MD, to: BP_2XL }),
585
+ "lg-xl": fluid({ property: "fluid-width", from: BP_LG, to: BP_XL }),
586
+ "lg-2xl": fluid({ property: "fluid-width", from: BP_LG, to: BP_2XL })
587
+ },
588
+ "fluid-inset-clamp": {
589
+ "min-max": fluid({ property: "fluid-inset", from: BP_SM, to: BP_2XL }),
590
+ "sm-md": fluid({ property: "fluid-inset", from: BP_SM, to: BP_MD }),
591
+ "sm-lg": fluid({ property: "fluid-inset", from: BP_SM, to: BP_LG }),
592
+ "sm-xl": fluid({ property: "fluid-inset", from: BP_SM, to: BP_XL }),
593
+ "md-lg": fluid({ property: "fluid-inset", from: BP_MD, to: BP_LG }),
594
+ "md-xl": fluid({ property: "fluid-inset", from: BP_MD, to: BP_XL }),
595
+ "md-2xl": fluid({ property: "fluid-inset", from: BP_MD, to: BP_2XL }),
596
+ "lg-xl": fluid({ property: "fluid-inset", from: BP_LG, to: BP_XL }),
597
+ "lg-2xl": fluid({ property: "fluid-inset", from: BP_LG, to: BP_2XL })
598
+ },
599
+ "fluid-inset-y-clamp": {
600
+ "min-max": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_2XL }),
601
+ "sm-md": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_MD }),
602
+ "sm-lg": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_LG }),
603
+ "sm-xl": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_XL }),
604
+ "md-lg": fluid({ property: "fluid-inset-y", from: BP_MD, to: BP_LG }),
605
+ "md-xl": fluid({ property: "fluid-inset-y", from: BP_MD, to: BP_XL }),
606
+ "md-2xl": fluid({ property: "fluid-inset-y", from: BP_MD, to: BP_2XL }),
607
+ "lg-xl": fluid({ property: "fluid-inset-y", from: BP_LG, to: BP_XL }),
608
+ "lg-2xl": fluid({ property: "fluid-inset-y", from: BP_LG, to: BP_2XL })
609
+ },
610
+ "fluid-bottom-clamp": {
611
+ "min-max": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_2XL }),
612
+ "sm-md": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_MD }),
613
+ "sm-lg": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_LG }),
614
+ "sm-xl": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_XL }),
615
+ "md-lg": fluid({ property: "fluid-bottom", from: BP_MD, to: BP_LG }),
616
+ "md-xl": fluid({ property: "fluid-bottom", from: BP_MD, to: BP_XL }),
617
+ "md-2xl": fluid({ property: "fluid-bottom", from: BP_MD, to: BP_2XL }),
618
+ "lg-xl": fluid({ property: "fluid-bottom", from: BP_LG, to: BP_XL }),
619
+ "lg-2xl": fluid({ property: "fluid-bottom", from: BP_LG, to: BP_2XL })
620
+ },
621
+ "fluid-top-clamp": {
622
+ "min-max": fluid({ property: "fluid-top", from: BP_SM, to: BP_2XL }),
623
+ "sm-md": fluid({ property: "fluid-top", from: BP_SM, to: BP_MD }),
624
+ "sm-lg": fluid({ property: "fluid-top", from: BP_SM, to: BP_LG }),
625
+ "sm-xl": fluid({ property: "fluid-top", from: BP_SM, to: BP_XL }),
626
+ "md-lg": fluid({ property: "fluid-top", from: BP_MD, to: BP_LG }),
627
+ "md-xl": fluid({ property: "fluid-top", from: BP_MD, to: BP_XL }),
628
+ "md-2xl": fluid({ property: "fluid-top", from: BP_MD, to: BP_2XL }),
629
+ "lg-xl": fluid({ property: "fluid-top", from: BP_LG, to: BP_XL }),
630
+ "lg-2xl": fluid({ property: "fluid-top", from: BP_LG, to: BP_2XL })
631
+ },
632
+ "fluid-inset-x-clamp": {
633
+ "min-max": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_2XL }),
634
+ "sm-md": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_MD }),
635
+ "sm-lg": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_LG }),
636
+ "sm-xl": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_XL }),
637
+ "md-lg": fluid({ property: "fluid-inset-x", from: BP_MD, to: BP_LG }),
638
+ "md-xl": fluid({ property: "fluid-inset-x", from: BP_MD, to: BP_XL }),
639
+ "md-2xl": fluid({ property: "fluid-inset-x", from: BP_MD, to: BP_2XL }),
640
+ "lg-xl": fluid({ property: "fluid-inset-x", from: BP_LG, to: BP_XL }),
641
+ "lg-2xl": fluid({ property: "fluid-inset-x", from: BP_LG, to: BP_2XL })
642
+ },
643
+ "fluid-right-clamp": {
644
+ "min-max": fluid({ property: "fluid-right", from: BP_SM, to: BP_2XL }),
645
+ "sm-md": fluid({ property: "fluid-right", from: BP_SM, to: BP_MD }),
646
+ "sm-lg": fluid({ property: "fluid-right", from: BP_SM, to: BP_LG }),
647
+ "sm-xl": fluid({ property: "fluid-right", from: BP_SM, to: BP_XL }),
648
+ "md-lg": fluid({ property: "fluid-right", from: BP_MD, to: BP_LG }),
649
+ "md-xl": fluid({ property: "fluid-right", from: BP_MD, to: BP_XL }),
650
+ "md-2xl": fluid({ property: "fluid-right", from: BP_MD, to: BP_2XL }),
651
+ "lg-xl": fluid({ property: "fluid-right", from: BP_LG, to: BP_XL }),
652
+ "lg-2xl": fluid({ property: "fluid-right", from: BP_LG, to: BP_2XL })
653
+ },
654
+ "fluid-left-clamp": {
655
+ "min-max": fluid({ property: "fluid-left", from: BP_SM, to: BP_2XL }),
656
+ "sm-md": fluid({ property: "fluid-left", from: BP_SM, to: BP_MD }),
657
+ "sm-lg": fluid({ property: "fluid-left", from: BP_SM, to: BP_LG }),
658
+ "sm-xl": fluid({ property: "fluid-left", from: BP_SM, to: BP_XL }),
659
+ "md-lg": fluid({ property: "fluid-left", from: BP_MD, to: BP_LG }),
660
+ "md-xl": fluid({ property: "fluid-left", from: BP_MD, to: BP_XL }),
661
+ "md-2xl": fluid({ property: "fluid-left", from: BP_MD, to: BP_2XL }),
662
+ "lg-xl": fluid({ property: "fluid-left", from: BP_LG, to: BP_XL }),
663
+ "lg-2xl": fluid({ property: "fluid-left", from: BP_LG, to: BP_2XL })
664
+ },
665
+ "fluid-m-clamp": {
666
+ "min-max": fluid({ property: "fluid-m", from: BP_SM, to: BP_2XL }),
667
+ "sm-md": fluid({ property: "fluid-m", from: BP_SM, to: BP_MD }),
668
+ "sm-lg": fluid({ property: "fluid-m", from: BP_SM, to: BP_LG }),
669
+ "sm-xl": fluid({ property: "fluid-m", from: BP_SM, to: BP_XL }),
670
+ "md-lg": fluid({ property: "fluid-m", from: BP_MD, to: BP_LG }),
671
+ "md-xl": fluid({ property: "fluid-m", from: BP_MD, to: BP_XL }),
672
+ "md-2xl": fluid({ property: "fluid-m", from: BP_MD, to: BP_2XL }),
673
+ "lg-xl": fluid({ property: "fluid-m", from: BP_LG, to: BP_XL }),
674
+ "lg-2xl": fluid({ property: "fluid-m", from: BP_LG, to: BP_2XL })
675
+ },
676
+ "fluid-my-clamp": {
677
+ "min-max": fluid({ property: "fluid-my", from: BP_SM, to: BP_2XL }),
678
+ "sm-md": fluid({ property: "fluid-my", from: BP_SM, to: BP_MD }),
679
+ "sm-lg": fluid({ property: "fluid-my", from: BP_SM, to: BP_LG }),
680
+ "sm-xl": fluid({ property: "fluid-my", from: BP_SM, to: BP_XL }),
681
+ "md-lg": fluid({ property: "fluid-my", from: BP_MD, to: BP_LG }),
682
+ "md-xl": fluid({ property: "fluid-my", from: BP_MD, to: BP_XL }),
683
+ "md-2xl": fluid({ property: "fluid-my", from: BP_MD, to: BP_2XL }),
684
+ "lg-xl": fluid({ property: "fluid-my", from: BP_LG, to: BP_XL }),
685
+ "lg-2xl": fluid({ property: "fluid-my", from: BP_LG, to: BP_2XL })
686
+ },
687
+ "fluid-mb-clamp": {
688
+ "min-max": fluid({ property: "fluid-mb", from: BP_SM, to: BP_2XL }),
689
+ "sm-md": fluid({ property: "fluid-mb", from: BP_SM, to: BP_MD }),
690
+ "sm-lg": fluid({ property: "fluid-mb", from: BP_SM, to: BP_LG }),
691
+ "sm-xl": fluid({ property: "fluid-mb", from: BP_SM, to: BP_XL }),
692
+ "md-lg": fluid({ property: "fluid-mb", from: BP_MD, to: BP_LG }),
693
+ "md-xl": fluid({ property: "fluid-mb", from: BP_MD, to: BP_XL }),
694
+ "md-2xl": fluid({ property: "fluid-mb", from: BP_MD, to: BP_2XL }),
695
+ "lg-xl": fluid({ property: "fluid-mb", from: BP_LG, to: BP_XL }),
696
+ "lg-2xl": fluid({ property: "fluid-mb", from: BP_LG, to: BP_2XL })
697
+ },
698
+ "fluid-mt-clamp": {
699
+ "min-max": fluid({ property: "fluid-mt", from: BP_SM, to: BP_2XL }),
700
+ "sm-md": fluid({ property: "fluid-mt", from: BP_SM, to: BP_MD }),
701
+ "sm-lg": fluid({ property: "fluid-mt", from: BP_SM, to: BP_LG }),
702
+ "sm-xl": fluid({ property: "fluid-mt", from: BP_SM, to: BP_XL }),
703
+ "md-lg": fluid({ property: "fluid-mt", from: BP_MD, to: BP_LG }),
704
+ "md-xl": fluid({ property: "fluid-mt", from: BP_MD, to: BP_XL }),
705
+ "md-2xl": fluid({ property: "fluid-mt", from: BP_MD, to: BP_2XL }),
706
+ "lg-xl": fluid({ property: "fluid-mt", from: BP_LG, to: BP_XL }),
707
+ "lg-2xl": fluid({ property: "fluid-mt", from: BP_LG, to: BP_2XL })
708
+ },
709
+ "fluid-mx-clamp": {
710
+ "min-max": fluid({ property: "fluid-mx", from: BP_SM, to: BP_2XL }),
711
+ "sm-md": fluid({ property: "fluid-mx", from: BP_SM, to: BP_MD }),
712
+ "sm-lg": fluid({ property: "fluid-mx", from: BP_SM, to: BP_LG }),
713
+ "sm-xl": fluid({ property: "fluid-mx", from: BP_SM, to: BP_XL }),
714
+ "md-lg": fluid({ property: "fluid-mx", from: BP_MD, to: BP_LG }),
715
+ "md-xl": fluid({ property: "fluid-mx", from: BP_MD, to: BP_XL }),
716
+ "md-2xl": fluid({ property: "fluid-mx", from: BP_MD, to: BP_2XL }),
717
+ "lg-xl": fluid({ property: "fluid-mx", from: BP_LG, to: BP_XL }),
718
+ "lg-2xl": fluid({ property: "fluid-mx", from: BP_LG, to: BP_2XL })
719
+ },
720
+ "fluid-mr-clamp": {
721
+ "min-max": fluid({ property: "fluid-mr", from: BP_SM, to: BP_2XL }),
722
+ "sm-md": fluid({ property: "fluid-mr", from: BP_SM, to: BP_MD }),
723
+ "sm-lg": fluid({ property: "fluid-mr", from: BP_SM, to: BP_LG }),
724
+ "sm-xl": fluid({ property: "fluid-mr", from: BP_SM, to: BP_XL }),
725
+ "md-lg": fluid({ property: "fluid-mr", from: BP_MD, to: BP_LG }),
726
+ "md-xl": fluid({ property: "fluid-mr", from: BP_MD, to: BP_XL }),
727
+ "md-2xl": fluid({ property: "fluid-mr", from: BP_MD, to: BP_2XL }),
728
+ "lg-xl": fluid({ property: "fluid-mr", from: BP_LG, to: BP_XL }),
729
+ "lg-2xl": fluid({ property: "fluid-mr", from: BP_LG, to: BP_2XL })
730
+ },
731
+ "fluid-ml-clamp": {
732
+ "min-max": fluid({ property: "fluid-ml", from: BP_SM, to: BP_2XL }),
733
+ "sm-md": fluid({ property: "fluid-ml", from: BP_SM, to: BP_MD }),
734
+ "sm-lg": fluid({ property: "fluid-ml", from: BP_SM, to: BP_LG }),
735
+ "sm-xl": fluid({ property: "fluid-ml", from: BP_SM, to: BP_XL }),
736
+ "md-lg": fluid({ property: "fluid-ml", from: BP_MD, to: BP_LG }),
737
+ "md-xl": fluid({ property: "fluid-ml", from: BP_MD, to: BP_XL }),
738
+ "md-2xl": fluid({ property: "fluid-ml", from: BP_MD, to: BP_2XL }),
739
+ "lg-xl": fluid({ property: "fluid-ml", from: BP_LG, to: BP_XL }),
740
+ "lg-2xl": fluid({ property: "fluid-ml", from: BP_LG, to: BP_2XL })
741
+ },
742
+ "fluid-max-height-clamp": {
743
+ "min-max": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_2XL }),
744
+ "sm-md": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_MD }),
745
+ "sm-lg": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_LG }),
746
+ "sm-xl": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_XL }),
747
+ "md-lg": fluid({ property: "fluid-max-height", from: BP_MD, to: BP_LG }),
748
+ "md-xl": fluid({ property: "fluid-max-height", from: BP_MD, to: BP_XL }),
749
+ "md-2xl": fluid({ property: "fluid-max-height", from: BP_MD, to: BP_2XL }),
750
+ "lg-xl": fluid({ property: "fluid-max-height", from: BP_LG, to: BP_XL }),
751
+ "lg-2xl": fluid({ property: "fluid-max-height", from: BP_LG, to: BP_2XL })
752
+ },
753
+ "fluid-max-width-clamp": {
754
+ "min-max": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_2XL }),
755
+ "sm-md": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_MD }),
756
+ "sm-lg": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_LG }),
757
+ "sm-xl": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_XL }),
758
+ "md-lg": fluid({ property: "fluid-max-width", from: BP_MD, to: BP_LG }),
759
+ "md-xl": fluid({ property: "fluid-max-width", from: BP_MD, to: BP_XL }),
760
+ "md-2xl": fluid({ property: "fluid-max-width", from: BP_MD, to: BP_2XL }),
761
+ "lg-xl": fluid({ property: "fluid-max-width", from: BP_LG, to: BP_XL }),
762
+ "lg-2xl": fluid({ property: "fluid-max-width", from: BP_LG, to: BP_2XL })
763
+ },
764
+ "fluid-min-height-clamp": {
765
+ "min-max": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_2XL }),
766
+ "sm-md": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_MD }),
767
+ "sm-lg": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_LG }),
768
+ "sm-xl": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_XL }),
769
+ "md-lg": fluid({ property: "fluid-min-height", from: BP_MD, to: BP_LG }),
770
+ "md-xl": fluid({ property: "fluid-min-height", from: BP_MD, to: BP_XL }),
771
+ "md-2xl": fluid({ property: "fluid-min-height", from: BP_MD, to: BP_2XL }),
772
+ "lg-xl": fluid({ property: "fluid-min-height", from: BP_LG, to: BP_XL }),
773
+ "lg-2xl": fluid({ property: "fluid-min-height", from: BP_LG, to: BP_2XL })
774
+ },
775
+ "fluid-min-width-clamp": {
776
+ "min-max": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_2XL }),
777
+ "sm-md": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_MD }),
778
+ "sm-lg": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_LG }),
779
+ "sm-xl": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_XL }),
780
+ "md-lg": fluid({ property: "fluid-min-width", from: BP_MD, to: BP_LG }),
781
+ "md-xl": fluid({ property: "fluid-min-width", from: BP_MD, to: BP_XL }),
782
+ "md-2xl": fluid({ property: "fluid-min-width", from: BP_MD, to: BP_2XL }),
783
+ "lg-xl": fluid({ property: "fluid-min-width", from: BP_LG, to: BP_XL }),
784
+ "lg-2xl": fluid({ property: "fluid-min-width", from: BP_LG, to: BP_2XL })
785
+ },
786
+ "fluid-p-clamp": {
787
+ "min-max": fluid({ property: "fluid-p", from: BP_SM, to: BP_2XL }),
788
+ "sm-md": fluid({ property: "fluid-p", from: BP_SM, to: BP_MD }),
789
+ "sm-lg": fluid({ property: "fluid-p", from: BP_SM, to: BP_LG }),
790
+ "sm-xl": fluid({ property: "fluid-p", from: BP_SM, to: BP_XL }),
791
+ "md-lg": fluid({ property: "fluid-p", from: BP_MD, to: BP_LG }),
792
+ "md-xl": fluid({ property: "fluid-p", from: BP_MD, to: BP_XL }),
793
+ "md-2xl": fluid({ property: "fluid-p", from: BP_MD, to: BP_2XL }),
794
+ "lg-xl": fluid({ property: "fluid-p", from: BP_LG, to: BP_XL }),
795
+ "lg-2xl": fluid({ property: "fluid-p", from: BP_LG, to: BP_2XL })
796
+ },
797
+ "fluid-py-clamp": {
798
+ "min-max": fluid({ property: "fluid-py", from: BP_SM, to: BP_2XL }),
799
+ "sm-md": fluid({ property: "fluid-py", from: BP_SM, to: BP_MD }),
800
+ "sm-lg": fluid({ property: "fluid-py", from: BP_SM, to: BP_LG }),
801
+ "sm-xl": fluid({ property: "fluid-py", from: BP_SM, to: BP_XL }),
802
+ "md-lg": fluid({ property: "fluid-py", from: BP_MD, to: BP_LG }),
803
+ "md-xl": fluid({ property: "fluid-py", from: BP_MD, to: BP_XL }),
804
+ "md-2xl": fluid({ property: "fluid-py", from: BP_MD, to: BP_2XL }),
805
+ "lg-xl": fluid({ property: "fluid-py", from: BP_LG, to: BP_XL }),
806
+ "lg-2xl": fluid({ property: "fluid-py", from: BP_LG, to: BP_2XL })
807
+ },
808
+ "fluid-pb-clamp": {
809
+ "min-max": fluid({ property: "fluid-pb", from: BP_SM, to: BP_2XL }),
810
+ "sm-md": fluid({ property: "fluid-pb", from: BP_SM, to: BP_MD }),
811
+ "sm-lg": fluid({ property: "fluid-pb", from: BP_SM, to: BP_LG }),
812
+ "sm-xl": fluid({ property: "fluid-pb", from: BP_SM, to: BP_XL }),
813
+ "md-lg": fluid({ property: "fluid-pb", from: BP_MD, to: BP_LG }),
814
+ "md-xl": fluid({ property: "fluid-pb", from: BP_MD, to: BP_XL }),
815
+ "md-2xl": fluid({ property: "fluid-pb", from: BP_MD, to: BP_2XL }),
816
+ "lg-xl": fluid({ property: "fluid-pb", from: BP_LG, to: BP_XL }),
817
+ "lg-2xl": fluid({ property: "fluid-pb", from: BP_LG, to: BP_2XL })
818
+ },
819
+ "fluid-pt-clamp": {
820
+ "min-max": fluid({ property: "fluid-pt", from: BP_SM, to: BP_2XL }),
821
+ "sm-md": fluid({ property: "fluid-pt", from: BP_SM, to: BP_MD }),
822
+ "sm-lg": fluid({ property: "fluid-pt", from: BP_SM, to: BP_LG }),
823
+ "sm-xl": fluid({ property: "fluid-pt", from: BP_SM, to: BP_XL }),
824
+ "md-lg": fluid({ property: "fluid-pt", from: BP_MD, to: BP_LG }),
825
+ "md-xl": fluid({ property: "fluid-pt", from: BP_MD, to: BP_XL }),
826
+ "md-2xl": fluid({ property: "fluid-pt", from: BP_MD, to: BP_2XL }),
827
+ "lg-xl": fluid({ property: "fluid-pt", from: BP_LG, to: BP_XL }),
828
+ "lg-2xl": fluid({ property: "fluid-pt", from: BP_LG, to: BP_2XL })
829
+ },
830
+ "fluid-px-clamp": {
831
+ "min-max": fluid({ property: "fluid-px", from: BP_SM, to: BP_2XL }),
832
+ "sm-md": fluid({ property: "fluid-px", from: BP_SM, to: BP_MD }),
833
+ "sm-lg": fluid({ property: "fluid-px", from: BP_SM, to: BP_LG }),
834
+ "sm-xl": fluid({ property: "fluid-px", from: BP_SM, to: BP_XL }),
835
+ "md-lg": fluid({ property: "fluid-px", from: BP_MD, to: BP_LG }),
836
+ "md-xl": fluid({ property: "fluid-px", from: BP_MD, to: BP_XL }),
837
+ "md-2xl": fluid({ property: "fluid-px", from: BP_MD, to: BP_2XL }),
838
+ "lg-xl": fluid({ property: "fluid-px", from: BP_LG, to: BP_XL }),
839
+ "lg-2xl": fluid({ property: "fluid-px", from: BP_LG, to: BP_2XL })
840
+ },
841
+ "fluid-pr-clamp": {
842
+ "min-max": fluid({ property: "fluid-pr", from: BP_SM, to: BP_2XL }),
843
+ "sm-md": fluid({ property: "fluid-pr", from: BP_SM, to: BP_MD }),
844
+ "sm-lg": fluid({ property: "fluid-pr", from: BP_SM, to: BP_LG }),
845
+ "sm-xl": fluid({ property: "fluid-pr", from: BP_SM, to: BP_XL }),
846
+ "md-lg": fluid({ property: "fluid-pr", from: BP_MD, to: BP_LG }),
847
+ "md-xl": fluid({ property: "fluid-pr", from: BP_MD, to: BP_XL }),
848
+ "md-2xl": fluid({ property: "fluid-pr", from: BP_MD, to: BP_2XL }),
849
+ "lg-xl": fluid({ property: "fluid-pr", from: BP_LG, to: BP_XL }),
850
+ "lg-2xl": fluid({ property: "fluid-pr", from: BP_LG, to: BP_2XL })
851
+ },
852
+ "fluid-pl-clamp": {
853
+ "min-max": fluid({ property: "fluid-pl", from: BP_SM, to: BP_2XL }),
854
+ "sm-md": fluid({ property: "fluid-pl", from: BP_SM, to: BP_MD }),
855
+ "sm-lg": fluid({ property: "fluid-pl", from: BP_SM, to: BP_LG }),
856
+ "sm-xl": fluid({ property: "fluid-pl", from: BP_SM, to: BP_XL }),
857
+ "md-lg": fluid({ property: "fluid-pl", from: BP_MD, to: BP_LG }),
858
+ "md-xl": fluid({ property: "fluid-pl", from: BP_MD, to: BP_XL }),
859
+ "md-2xl": fluid({ property: "fluid-pl", from: BP_MD, to: BP_2XL }),
860
+ "lg-xl": fluid({ property: "fluid-pl", from: BP_LG, to: BP_XL }),
861
+ "lg-2xl": fluid({ property: "fluid-pl", from: BP_LG, to: BP_2XL })
862
+ },
863
+ "fluid-row-gap-clamp": {
864
+ "min-max": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_2XL }),
865
+ "sm-md": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_MD }),
866
+ "sm-lg": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_LG }),
867
+ "sm-xl": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_XL }),
868
+ "md-lg": fluid({ property: "fluid-row-gap", from: BP_MD, to: BP_LG }),
869
+ "md-xl": fluid({ property: "fluid-row-gap", from: BP_MD, to: BP_XL }),
870
+ "md-2xl": fluid({ property: "fluid-row-gap", from: BP_MD, to: BP_2XL }),
871
+ "lg-xl": fluid({ property: "fluid-row-gap", from: BP_LG, to: BP_XL }),
872
+ "lg-2xl": fluid({ property: "fluid-row-gap", from: BP_LG, to: BP_2XL })
873
+ },
874
+ "fluid-scroll-m-clamp": {
875
+ "min-max": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_2XL }),
876
+ "sm-md": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_MD }),
877
+ "sm-lg": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_LG }),
878
+ "sm-xl": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_XL }),
879
+ "md-lg": fluid({ property: "fluid-scroll-m", from: BP_MD, to: BP_LG }),
880
+ "md-xl": fluid({ property: "fluid-scroll-m", from: BP_MD, to: BP_XL }),
881
+ "md-2xl": fluid({ property: "fluid-scroll-m", from: BP_MD, to: BP_2XL }),
882
+ "lg-xl": fluid({ property: "fluid-scroll-m", from: BP_LG, to: BP_XL }),
883
+ "lg-2xl": fluid({ property: "fluid-scroll-m", from: BP_LG, to: BP_2XL })
884
+ },
885
+ "fluid-scroll-my-clamp": {
886
+ "min-max": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_2XL }),
887
+ "sm-md": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_MD }),
888
+ "sm-lg": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_LG }),
889
+ "sm-xl": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_XL }),
890
+ "md-lg": fluid({ property: "fluid-scroll-my", from: BP_MD, to: BP_LG }),
891
+ "md-xl": fluid({ property: "fluid-scroll-my", from: BP_MD, to: BP_XL }),
892
+ "md-2xl": fluid({ property: "fluid-scroll-my", from: BP_MD, to: BP_2XL }),
893
+ "lg-xl": fluid({ property: "fluid-scroll-my", from: BP_LG, to: BP_XL }),
894
+ "lg-2xl": fluid({ property: "fluid-scroll-my", from: BP_LG, to: BP_2XL })
895
+ },
896
+ "fluid-scroll-mb-clamp": {
897
+ "min-max": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_2XL }),
898
+ "sm-md": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_MD }),
899
+ "sm-lg": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_LG }),
900
+ "sm-xl": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_XL }),
901
+ "md-lg": fluid({ property: "fluid-scroll-mb", from: BP_MD, to: BP_LG }),
902
+ "md-xl": fluid({ property: "fluid-scroll-mb", from: BP_MD, to: BP_XL }),
903
+ "md-2xl": fluid({ property: "fluid-scroll-mb", from: BP_MD, to: BP_2XL }),
904
+ "lg-xl": fluid({ property: "fluid-scroll-mb", from: BP_LG, to: BP_XL }),
905
+ "lg-2xl": fluid({ property: "fluid-scroll-mb", from: BP_LG, to: BP_2XL })
906
+ },
907
+ "fluid-scroll-mt-clamp": {
908
+ "min-max": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_2XL }),
909
+ "sm-md": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_MD }),
910
+ "sm-lg": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_LG }),
911
+ "sm-xl": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_XL }),
912
+ "md-lg": fluid({ property: "fluid-scroll-mt", from: BP_MD, to: BP_LG }),
913
+ "md-xl": fluid({ property: "fluid-scroll-mt", from: BP_MD, to: BP_XL }),
914
+ "md-2xl": fluid({ property: "fluid-scroll-mt", from: BP_MD, to: BP_2XL }),
915
+ "lg-xl": fluid({ property: "fluid-scroll-mt", from: BP_LG, to: BP_XL }),
916
+ "lg-2xl": fluid({ property: "fluid-scroll-mt", from: BP_LG, to: BP_2XL })
917
+ },
918
+ "fluid-scroll-mx-clamp": {
919
+ "min-max": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_2XL }),
920
+ "sm-md": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_MD }),
921
+ "sm-lg": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_LG }),
922
+ "sm-xl": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_XL }),
923
+ "md-lg": fluid({ property: "fluid-scroll-mx", from: BP_MD, to: BP_LG }),
924
+ "md-xl": fluid({ property: "fluid-scroll-mx", from: BP_MD, to: BP_XL }),
925
+ "md-2xl": fluid({ property: "fluid-scroll-mx", from: BP_MD, to: BP_2XL }),
926
+ "lg-xl": fluid({ property: "fluid-scroll-mx", from: BP_LG, to: BP_XL }),
927
+ "lg-2xl": fluid({ property: "fluid-scroll-mx", from: BP_LG, to: BP_2XL })
928
+ },
929
+ "fluid-scroll-mr-clamp": {
930
+ "min-max": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_2XL }),
931
+ "sm-md": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_MD }),
932
+ "sm-lg": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_LG }),
933
+ "sm-xl": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_XL }),
934
+ "md-lg": fluid({ property: "fluid-scroll-mr", from: BP_MD, to: BP_LG }),
935
+ "md-xl": fluid({ property: "fluid-scroll-mr", from: BP_MD, to: BP_XL }),
936
+ "md-2xl": fluid({ property: "fluid-scroll-mr", from: BP_MD, to: BP_2XL }),
937
+ "lg-xl": fluid({ property: "fluid-scroll-mr", from: BP_LG, to: BP_XL }),
938
+ "lg-2xl": fluid({ property: "fluid-scroll-mr", from: BP_LG, to: BP_2XL })
939
+ },
940
+ "fluid-scroll-ml-clamp": {
941
+ "min-max": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_2XL }),
942
+ "sm-md": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_MD }),
943
+ "sm-lg": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_LG }),
944
+ "sm-xl": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_XL }),
945
+ "md-lg": fluid({ property: "fluid-scroll-ml", from: BP_MD, to: BP_LG }),
946
+ "md-xl": fluid({ property: "fluid-scroll-ml", from: BP_MD, to: BP_XL }),
947
+ "md-2xl": fluid({ property: "fluid-scroll-ml", from: BP_MD, to: BP_2XL }),
948
+ "lg-xl": fluid({ property: "fluid-scroll-ml", from: BP_LG, to: BP_XL }),
949
+ "lg-2xl": fluid({ property: "fluid-scroll-ml", from: BP_LG, to: BP_2XL })
950
+ },
951
+ "fluid-scroll-p-clamp": {
952
+ "min-max": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_2XL }),
953
+ "sm-md": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_MD }),
954
+ "sm-lg": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_LG }),
955
+ "sm-xl": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_XL }),
956
+ "md-lg": fluid({ property: "fluid-scroll-p", from: BP_MD, to: BP_LG }),
957
+ "md-xl": fluid({ property: "fluid-scroll-p", from: BP_MD, to: BP_XL }),
958
+ "md-2xl": fluid({ property: "fluid-scroll-p", from: BP_MD, to: BP_2XL }),
959
+ "lg-xl": fluid({ property: "fluid-scroll-p", from: BP_LG, to: BP_XL }),
960
+ "lg-2xl": fluid({ property: "fluid-scroll-p", from: BP_LG, to: BP_2XL })
961
+ },
962
+ "fluid-scroll-py-clamp": {
963
+ "min-max": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_2XL }),
964
+ "sm-md": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_MD }),
965
+ "sm-lg": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_LG }),
966
+ "sm-xl": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_XL }),
967
+ "md-lg": fluid({ property: "fluid-scroll-py", from: BP_MD, to: BP_LG }),
968
+ "md-xl": fluid({ property: "fluid-scroll-py", from: BP_MD, to: BP_XL }),
969
+ "md-2xl": fluid({ property: "fluid-scroll-py", from: BP_MD, to: BP_2XL }),
970
+ "lg-xl": fluid({ property: "fluid-scroll-py", from: BP_LG, to: BP_XL }),
971
+ "lg-2xl": fluid({ property: "fluid-scroll-py", from: BP_LG, to: BP_2XL })
972
+ },
973
+ "fluid-scroll-pb-clamp": {
974
+ "min-max": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_2XL }),
975
+ "sm-md": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_MD }),
976
+ "sm-lg": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_LG }),
977
+ "sm-xl": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_XL }),
978
+ "md-lg": fluid({ property: "fluid-scroll-pb", from: BP_MD, to: BP_LG }),
979
+ "md-xl": fluid({ property: "fluid-scroll-pb", from: BP_MD, to: BP_XL }),
980
+ "md-2xl": fluid({ property: "fluid-scroll-pb", from: BP_MD, to: BP_2XL }),
981
+ "lg-xl": fluid({ property: "fluid-scroll-pb", from: BP_LG, to: BP_XL }),
982
+ "lg-2xl": fluid({ property: "fluid-scroll-pb", from: BP_LG, to: BP_2XL })
983
+ },
984
+ "fluid-scroll-pt-clamp": {
985
+ "min-max": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_2XL }),
986
+ "sm-md": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_MD }),
987
+ "sm-lg": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_LG }),
988
+ "sm-xl": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_XL }),
989
+ "md-lg": fluid({ property: "fluid-scroll-pt", from: BP_MD, to: BP_LG }),
990
+ "md-xl": fluid({ property: "fluid-scroll-pt", from: BP_MD, to: BP_XL }),
991
+ "md-2xl": fluid({ property: "fluid-scroll-pt", from: BP_MD, to: BP_2XL }),
992
+ "lg-xl": fluid({ property: "fluid-scroll-pt", from: BP_LG, to: BP_XL }),
993
+ "lg-2xl": fluid({ property: "fluid-scroll-pt", from: BP_LG, to: BP_2XL })
994
+ },
995
+ "fluid-scroll-px-clamp": {
996
+ "min-max": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_2XL }),
997
+ "sm-md": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_MD }),
998
+ "sm-lg": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_LG }),
999
+ "sm-xl": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_XL }),
1000
+ "md-lg": fluid({ property: "fluid-scroll-px", from: BP_MD, to: BP_LG }),
1001
+ "md-xl": fluid({ property: "fluid-scroll-px", from: BP_MD, to: BP_XL }),
1002
+ "md-2xl": fluid({ property: "fluid-scroll-px", from: BP_MD, to: BP_2XL }),
1003
+ "lg-xl": fluid({ property: "fluid-scroll-px", from: BP_LG, to: BP_XL }),
1004
+ "lg-2xl": fluid({ property: "fluid-scroll-px", from: BP_LG, to: BP_2XL })
1005
+ },
1006
+ "fluid-scroll-pr-clamp": {
1007
+ "min-max": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_2XL }),
1008
+ "sm-md": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_MD }),
1009
+ "sm-lg": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_LG }),
1010
+ "sm-xl": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_XL }),
1011
+ "md-lg": fluid({ property: "fluid-scroll-pr", from: BP_MD, to: BP_LG }),
1012
+ "md-xl": fluid({ property: "fluid-scroll-pr", from: BP_MD, to: BP_XL }),
1013
+ "md-2xl": fluid({ property: "fluid-scroll-pr", from: BP_MD, to: BP_2XL }),
1014
+ "lg-xl": fluid({ property: "fluid-scroll-pr", from: BP_LG, to: BP_XL }),
1015
+ "lg-2xl": fluid({ property: "fluid-scroll-pr", from: BP_LG, to: BP_2XL })
1016
+ },
1017
+ "fluid-scroll-pl-clamp": {
1018
+ "min-max": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_2XL }),
1019
+ "sm-md": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_MD }),
1020
+ "sm-lg": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_LG }),
1021
+ "sm-xl": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_XL }),
1022
+ "md-lg": fluid({ property: "fluid-scroll-pl", from: BP_MD, to: BP_LG }),
1023
+ "md-xl": fluid({ property: "fluid-scroll-pl", from: BP_MD, to: BP_XL }),
1024
+ "md-2xl": fluid({ property: "fluid-scroll-pl", from: BP_MD, to: BP_2XL }),
1025
+ "lg-xl": fluid({ property: "fluid-scroll-pl", from: BP_LG, to: BP_XL }),
1026
+ "lg-2xl": fluid({ property: "fluid-scroll-pl", from: BP_LG, to: BP_2XL })
1027
+ },
1028
+ "fluid-stroke-width-clamp": {
1029
+ "min-max": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_2XL }),
1030
+ "sm-md": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_MD }),
1031
+ "sm-lg": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_LG }),
1032
+ "sm-xl": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_XL }),
1033
+ "md-lg": fluid({ property: "fluid-stroke-width", from: BP_MD, to: BP_LG }),
1034
+ "md-xl": fluid({ property: "fluid-stroke-width", from: BP_MD, to: BP_XL }),
1035
+ "md-2xl": fluid({ property: "fluid-stroke-width", from: BP_MD, to: BP_2XL }),
1036
+ "lg-xl": fluid({ property: "fluid-stroke-width", from: BP_LG, to: BP_XL }),
1037
+ "lg-2xl": fluid({ property: "fluid-stroke-width", from: BP_LG, to: BP_2XL })
1038
+ },
1039
+ "fluid-text-indent-clamp": {
1040
+ "min-max": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_2XL }),
1041
+ "sm-md": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_MD }),
1042
+ "sm-lg": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_LG }),
1043
+ "sm-xl": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_XL }),
1044
+ "md-lg": fluid({ property: "fluid-text-indent", from: BP_MD, to: BP_LG }),
1045
+ "md-xl": fluid({ property: "fluid-text-indent", from: BP_MD, to: BP_XL }),
1046
+ "md-2xl": fluid({ property: "fluid-text-indent", from: BP_MD, to: BP_2XL }),
1047
+ "lg-xl": fluid({ property: "fluid-text-indent", from: BP_LG, to: BP_XL }),
1048
+ "lg-2xl": fluid({ property: "fluid-text-indent", from: BP_LG, to: BP_2XL })
1049
+ },
1050
+ font: {
1051
+ sans: `ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"`,
1052
+ serif: `ui-serif, Georgia, Cambria, "Times New Roman", Times, serif`,
1053
+ mono: `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace`
1054
+ },
1055
+ gradient: {
1056
+ "to-t": optionalViaGradient("to top in srgb"),
1057
+ "to-tr": optionalViaGradient("to top right in srgb"),
1058
+ "to-r": optionalViaGradient("to right in srgb"),
1059
+ "to-br": optionalViaGradient("to bottom right in srgb"),
1060
+ "to-b": optionalViaGradient("to bottom in srgb"),
1061
+ "to-bl": optionalViaGradient("to bottom left in srgb"),
1062
+ "to-l": optionalViaGradient("to left in srgb"),
1063
+ "to-tl": optionalViaGradient("to top left in srgb"),
1064
+ "hd-to-t": optionalViaGradient("to top in oklch"),
1065
+ "hd-to-tr": optionalViaGradient("to top right in oklch"),
1066
+ "hd-to-r": optionalViaGradient("to right in oklch"),
1067
+ "hd-to-br": optionalViaGradient("to bottom right in oklch"),
1068
+ "hd-to-b": optionalViaGradient("to bottom in oklch"),
1069
+ "hd-to-bl": optionalViaGradient("to bottom left in oklch"),
1070
+ "hd-to-l": optionalViaGradient("to left in oklch"),
1071
+ "hd-to-tl": optionalViaGradient("to top left in oklch")
1072
+ },
1073
+ space: {
1074
+ "0": 0,
1075
+ px: rem(1),
1076
+ auto: "auto",
1077
+ half: "50%",
1078
+ third: "33.333333%",
1079
+ "two-thirds": "66.666667%",
1080
+ quarter: "25%",
1081
+ "three-quarters": "75%",
1082
+ full: "100%"
1083
+ },
1084
+ "grid-span": {
1085
+ "1": "repeat(1, minmax(0, 1fr))",
1086
+ "2": "repeat(2, minmax(0, 1fr))1",
1087
+ "3": "repeat(3, minmax(0, 1fr))",
1088
+ "4": "repeat(4, minmax(0, 1fr))",
1089
+ "5": "repeat(5, minmax(0, 1fr))",
1090
+ "6": "repeat(6, minmax(0, 1fr))",
1091
+ "7": "repeat(7, minmax(0, 1fr))",
1092
+ "8": "repeat(8, minmax(0, 1fr))",
1093
+ "9": "repeat(9, minmax(0, 1fr))",
1094
+ "10": "repeat(10, minmax(0, 1fr))",
1095
+ "11": "repeat(11, minmax(0, 1fr))",
1096
+ "12": "repeat(12, minmax(0, 1fr))",
1097
+ none: "none",
1098
+ subgrid: "subgrid"
1099
+ },
1100
+ line: {
1101
+ "0": "0 solid",
1102
+ px: `${rem(1)} solid`,
1103
+ "2": `${rem(2)} solid`,
1104
+ "4": `${rem(4)} solid`,
1105
+ "8": `${rem(8)} solid`
1106
+ },
1107
+ "line-size": {
1108
+ "0": 0,
1109
+ px: rem(1),
1110
+ "2": rem(2),
1111
+ "4": rem(4),
1112
+ "8": rem(8)
1113
+ },
1114
+ leading: {
1115
+ "3": rem(12),
1116
+ "4": rem(16),
1117
+ "5": rem(20),
1118
+ "6": rem(24),
1119
+ "7": rem(28),
1120
+ "8": rem(32),
1121
+ "9": rem(36),
1122
+ "10": rem(40),
1123
+ none: 1,
1124
+ tight: 1.25,
1125
+ snug: 1.375,
1126
+ normal: 1.5,
1127
+ relaxed: 1.625,
1128
+ loose: 2
1129
+ },
1130
+ morph: {
1131
+ none: "none",
1132
+ all: "all cubic-bezier(0.4, 0, 0.2, 1) 150ms",
1133
+ style: `all cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 150ms, background-color 150ms, border-color 150ms, text-decoration-color 150ms, fill 150ms, stroke 150ms, opacity 150ms, box-shadow 150ms, transform 150ms, filter 150ms, backdrop-filter 150ms`,
1134
+ colors: `all cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 150ms, background-color 150ms, border-color 150ms, text-decoration-color 150ms, fill 150ms, stroke 150ms`,
1135
+ opacity: `opacity cubic-bezier(0.4, 0, 0.2, 1) 150ms`,
1136
+ shadow: `box-shadow cubic-bezier(0.4, 0, 0.2, 1) 150ms`,
1137
+ transform: `transform cubic-bezier(0.4, 0, 0.2, 1) 150ms`
1138
+ },
1139
+ offset: {
1140
+ "0": 0,
1141
+ px: rem(1),
1142
+ "2": rem(2),
1143
+ "4": rem(4),
1144
+ "8": rem(8)
1145
+ },
1146
+ radii: {
1147
+ none: 0,
1148
+ sm: rem(2),
1149
+ base: rem(4),
1150
+ md: rem(6),
1151
+ lg: rem(8),
1152
+ xl: rem(12),
1153
+ "2xl": rem(16),
1154
+ "3xl": rem(24),
1155
+ full: "9999px"
1156
+ },
1157
+ ratio: {
1158
+ auto: "auto",
1159
+ square: "1 / 1",
1160
+ video: "16 / 9"
1161
+ },
1162
+ shadow: {
1163
+ sm: `0 1px 2px 0 var(--shadow-color, rgb(0 0 0 / 0.05))`,
1164
+ base: `0 1px 3px 0 var(--shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--shadow-color, rgb(0 0 0 / 0.1))`,
1165
+ md: `0 4px 6px -1px var(--shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--shadow-color, rgb(0 0 0 / 0.1))`,
1166
+ lg: `0 10px 15px -3px var(--shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--shadow-color, rgb(0 0 0 / 0.1))`,
1167
+ xl: `0 20px 25px -5px var(--shadow-color, rgb(0 0 0 / 0.1)), 0 10px 10px -5px var(--shadow-color, rgb(0 0 0 / 0.1))`,
1168
+ "2xl": `0 25px 50px -12px var(--shadow-color, rgb(0 0 0 / 0.25))`,
1169
+ inner: `inset 0 2px 4px 0 var(--shadow-color, rgb(0 0 0 / 0.05))`,
1170
+ none: "none"
1171
+ },
1172
+ size: {
1173
+ "0": 0,
1174
+ px: rem(1),
1175
+ auto: "auto",
1176
+ fit: "fit-content",
1177
+ full: "100%",
1178
+ half: "50%",
1179
+ third: "33.333333%",
1180
+ "two-thirds": "66.666667%",
1181
+ quarter: "25%",
1182
+ "three-quarters": "75%",
1183
+ min: "min-content",
1184
+ max: "max-content",
1185
+ "screen-w": "100vw",
1186
+ "screen-h": "100vh",
1187
+ dvh: "100dvh",
1188
+ dvw: "100dvw",
1189
+ svh: "100svh",
1190
+ svw: "100svw",
1191
+ lvh: "100lvh",
1192
+ lvw: "100lvw"
1193
+ },
1194
+ span: {
1195
+ auto: "auto",
1196
+ "span-1": "span 1 / span 1",
1197
+ "span-2": "span 2 / span 2",
1198
+ "span-3": "span 3 / span 3",
1199
+ "span-4": "span 4 / span 4",
1200
+ "span-5": "span 5 / span 5",
1201
+ "span-6": "span 6 / span 6",
1202
+ "span-7": "span 7 / span 7",
1203
+ "span-8": "span 8 / span 8",
1204
+ "span-9": "span 9 / span 9",
1205
+ "span-10": "span 10 / span 10",
1206
+ "span-11": "span 11 / span 11",
1207
+ "span-12": "span 12 / span 12",
1208
+ "span-full": "1 / -1"
1209
+ },
1210
+ stop: {
1211
+ "0": "0%",
1212
+ "5": "5%",
1213
+ "10": "10%",
1214
+ "15": "15%",
1215
+ "20": "20%",
1216
+ "25": "25%",
1217
+ "30": "30%",
1218
+ "35": "35%",
1219
+ "40": "40%",
1220
+ "45": "45%",
1221
+ "50": "50%",
1222
+ "55": "55%",
1223
+ "60": "60%",
1224
+ "65": "65%",
1225
+ "70": "70%",
1226
+ "75": "75%",
1227
+ "80": "80%",
1228
+ "85": "85%",
1229
+ "90": "90%",
1230
+ "95": "95%",
1231
+ "100": "100%"
1232
+ },
1233
+ time: {
1234
+ "0": "0ms",
1235
+ "75": "75ms",
1236
+ "100": "100ms",
1237
+ "150": "150ms",
1238
+ "200": "200ms",
1239
+ "300": "300ms",
1240
+ "500": "500ms",
1241
+ "700": "700ms",
1242
+ "1000": "1000ms"
1243
+ },
1244
+ text: {
1245
+ xs: font(rem(12), rem(16)),
1246
+ sm: font(rem(14), rem(20)),
1247
+ base: font(rem(16), rem(24)),
1248
+ lg: font(rem(18), rem(28)),
1249
+ xl: font(rem(20), rem(28)),
1250
+ "2xl": font(rem(24), rem(32)),
1251
+ "3xl": font(rem(30), rem(36)),
1252
+ "4xl": font(rem(36), rem(40)),
1253
+ "5xl": font(rem(48), "1"),
1254
+ "6xl": font(rem(60), "1"),
1255
+ "7xl": font(rem(72), "1"),
1256
+ "8xl": font(rem(96), "1"),
1257
+ "9xl": font(rem(128), "1")
1258
+ },
1259
+ "text-size": {
1260
+ xs: rem(12),
1261
+ sm: rem(14),
1262
+ base: rem(16),
1263
+ lg: rem(18),
1264
+ xl: rem(20),
1265
+ "2xl": rem(24),
1266
+ "3xl": rem(30),
1267
+ "4xl": rem(36),
1268
+ "5xl": rem(48),
1269
+ "6xl": rem(60),
1270
+ "7xl": rem(72),
1271
+ "8xl": rem(96),
1272
+ "9xl": rem(128)
1273
+ },
1274
+ "fluid-text-size": {
1275
+ xs: 12 / BASE_FONT_SIZE,
1276
+ sm: 14 / BASE_FONT_SIZE,
1277
+ base: 16 / BASE_FONT_SIZE,
1278
+ lg: 18 / BASE_FONT_SIZE,
1279
+ xl: 20 / BASE_FONT_SIZE,
1280
+ "2xl": 24 / BASE_FONT_SIZE,
1281
+ "3xl": 30 / BASE_FONT_SIZE,
1282
+ "4xl": 36 / BASE_FONT_SIZE,
1283
+ "5xl": 48 / BASE_FONT_SIZE,
1284
+ "6xl": 60 / BASE_FONT_SIZE,
1285
+ "7xl": 72 / BASE_FONT_SIZE,
1286
+ "8xl": 96 / BASE_FONT_SIZE,
1287
+ "9xl": 128 / BASE_FONT_SIZE
1288
+ },
1289
+ tracking: {
1290
+ tighter: "-0.05em",
1291
+ tight: "-0.025em",
1292
+ normal: "0",
1293
+ wide: "0.025em",
1294
+ wider: "0.05em",
1295
+ widest: "0.1em"
1296
+ },
1297
+ weight: {
1298
+ thin: 100,
1299
+ extralight: 200,
1300
+ light: 300,
1301
+ normal: 400,
1302
+ medium: 500,
1303
+ semibold: 600,
1304
+ bold: 700,
1305
+ extrabold: 800,
1306
+ black: 900
1307
+ }
1297
1308
  }
1298
1309
  },
1299
1310
  selectors: {
@@ -1517,7 +1528,7 @@ var src_default = createConfig({
1517
1528
  "border-end-start-radius": ["radii"],
1518
1529
  "border-end-end-radius": ["radii"],
1519
1530
  "border-spacing": ["grid", "fluid-border-spacing-clamp"],
1520
- bottom: ["grid", "space", "fluid-bottom"],
1531
+ bottom: ["grid", "space", "fluid-bottom-clamp"],
1521
1532
  "box-shadow": ["shadow"],
1522
1533
  "caret-color": ["color"],
1523
1534
  color: ["color"],
@@ -1531,6 +1542,99 @@ var src_default = createConfig({
1531
1542
  fill: ["color"],
1532
1543
  flex: ["flex"],
1533
1544
  "flex-basis": ["grid", "space", "fluid-flex-basis-clamp"],
1545
+ font: ["text"],
1546
+ "font-family": ["font"],
1547
+ "font-size": ["text-size", "fluid-text-size-clamp"],
1548
+ "font-weight": ["weight"],
1549
+ "line-height": ["leading"],
1550
+ gap: ["grid", "fluid-gap-clamp"],
1551
+ "grid-column": ["span"],
1552
+ "grid-row": ["span"],
1553
+ "grid-template-rows": ["grid-span"],
1554
+ "grid-template-columns": ["grid-span"],
1555
+ height: ["size", "grid", "fluid-height-clamp"],
1556
+ "inline-size": ["size", "grid", "fluid-width-clamp"],
1557
+ inset: ["grid", "space", "fluid-inset-clamp"],
1558
+ "inset-block": ["grid", "space", "fluid-inset-y-clamp"],
1559
+ "inset-block-end": ["grid", "space", "fluid-bottom-clamp"],
1560
+ "inset-block-start": ["grid", "space", "fluid-top-clamp"],
1561
+ "inset-inline": ["grid", "space", "fluid-inset-x-clamp"],
1562
+ "inset-inline-end": ["grid", "space", "fluid-right-clamp"],
1563
+ "inset-inline-start": ["grid", "space", "fluid-left-clamp"],
1564
+ left: ["grid", "space", "fluid-left-clamp"],
1565
+ "letter-spacing": ["tracking"],
1566
+ margin: ["grid", "fluid-m-clamp"],
1567
+ "margin-block": ["grid", "fluid-my-clamp"],
1568
+ "margin-block-end": ["grid", "fluid-mb-clamp"],
1569
+ "margin-block-start": ["grid", "fluid-mt-clamp"],
1570
+ "margin-inline": ["grid", "fluid-mx-clamp"],
1571
+ "margin-inline-end": ["grid", "fluid-mr-clamp"],
1572
+ "margin-inline-start": ["grid", "fluid-ml-clamp"],
1573
+ "margin-top": ["grid", "fluid-mt-clamp"],
1574
+ "margin-right": ["grid", "fluid-mr-clamp"],
1575
+ "margin-bottom": ["grid", "fluid-mb-clamp"],
1576
+ "margin-left": ["grid", "fluid-ml-clamp"],
1577
+ "max-block-size": ["size", "grid", "fluid-max-height-clamp"],
1578
+ "max-height": ["size", "grid", "fluid-max-width-clamp"],
1579
+ "max-inline-size": ["size", "grid", "fluid-max-width-clamp"],
1580
+ "max-width": ["size", "grid", "fluid-max-height-clamp"],
1581
+ "min-block-size": ["size", "grid", "fluid-min-height-clamp"],
1582
+ "min-height": ["size", "grid", "fluid-min-width-clamp"],
1583
+ "min-inline-size": ["size", "grid", "fluid-min-width-clamp"],
1584
+ "min-width": ["size", "grid", "fluid-min-height-clamp"],
1585
+ opacity: ["alpha"],
1586
+ outline: ["line"],
1587
+ "outline-color": ["color"],
1588
+ "outline-width": ["line-size"],
1589
+ "outline-offset": ["offset"],
1590
+ padding: ["grid", "fluid-p-clamp"],
1591
+ "padding-block": ["grid", "fluid-py-clamp"],
1592
+ "padding-block-end": ["grid", "fluid-pb-clamp"],
1593
+ "padding-block-start": ["grid", "fluid-pt-clamp"],
1594
+ "padding-inline": ["grid", "fluid-px-clamp"],
1595
+ "padding-inline-end": ["grid", "fluid-pr-clamp"],
1596
+ "padding-inline-start": ["grid", "fluid-pl-clamp"],
1597
+ "padding-top": ["grid", "fluid-pt-clamp"],
1598
+ "padding-right": ["grid", "fluid-pr-clamp"],
1599
+ "padding-bottom": ["grid", "fluid-pb-clamp"],
1600
+ "padding-left": ["grid", "fluid-pl-clamp"],
1601
+ right: ["grid", "space", "fluid-right-clamp"],
1602
+ "row-gap": ["grid", "fluid-row-gap-clamp"],
1603
+ "scroll-margin": ["grid", "fluid-scroll-m-clamp"],
1604
+ "scroll-margin-block": ["grid", "fluid-scroll-my-clamp"],
1605
+ "scroll-margin-block-end": ["grid", "fluid-scroll-mb-clamp"],
1606
+ "scroll-margin-block-start": ["grid", "fluid-scroll-mt-clamp"],
1607
+ "scroll-margin-inline": ["grid", "fluid-scroll-mx-clamp"],
1608
+ "scroll-margin-inline-end": ["grid", "fluid-scroll-mr-clamp"],
1609
+ "scroll-margin-inline-start": ["grid", "fluid-scroll-ml-clamp"],
1610
+ "scroll-margin-top": ["grid", "fluid-scroll-mt-clamp"],
1611
+ "scroll-margin-right": ["grid", "fluid-scroll-mr-clamp"],
1612
+ "scroll-margin-bottom": ["grid", "fluid-scroll-mb-clamp"],
1613
+ "scroll-margin-left": ["grid", "fluid-scroll-ml-clamp"],
1614
+ "scroll-padding": ["grid", "fluid-scroll-p-clamp"],
1615
+ "scroll-padding-block": ["grid", "fluid-scroll-py-clamp"],
1616
+ "scroll-padding-block-end": ["grid", "fluid-scroll-pb-clamp"],
1617
+ "scroll-padding-block-start": ["grid", "fluid-scroll-pt-clamp"],
1618
+ "scroll-padding-inline": ["grid", "fluid-scroll-px-clamp"],
1619
+ "scroll-padding-inline-end": ["grid", "fluid-scroll-pr-clamp"],
1620
+ "scroll-padding-inline-start": ["grid", "fluid-scroll-pl-clamp"],
1621
+ "scroll-padding-top": ["grid", "fluid-scroll-pt-clamp"],
1622
+ "scroll-padding-right": ["grid", "fluid-scroll-pr-clamp"],
1623
+ "scroll-padding-bottom": ["grid", "fluid-scroll-pb-clamp"],
1624
+ "scroll-padding-left": ["grid", "fluid-scroll-pl-clamp"],
1625
+ stroke: ["color"],
1626
+ "stroke-width": ["grid", "fluid-stroke-width-clamp"],
1627
+ "text-decoration-color": ["color"],
1628
+ "text-indent": ["grid", "fluid-text-indent-clamp"],
1629
+ "text-shadow": ["shadow"],
1630
+ top: ["grid", "space", "fluid-top-clamp"],
1631
+ transition: ["morph"],
1632
+ "transition-duration": ["time"],
1633
+ "transition-timing-function": ["ease"],
1634
+ "transition-delay": ["time"],
1635
+ width: ["size", "grid", "fluid-width-clamp"]
1636
+ },
1637
+ customProperties: {
1534
1638
  "fluid-height-min": ["number"],
1535
1639
  "fluid-height-max": ["number"],
1536
1640
  "fluid-border-spacing-min": ["number"],
@@ -1631,104 +1735,13 @@ var src_default = createConfig({
1631
1735
  "fluid-stroke-width-max": ["number"],
1632
1736
  "fluid-text-indent-min": ["number"],
1633
1737
  "fluid-text-indent-max": ["number"],
1634
- font: ["text"],
1635
- "font-family": ["font"],
1636
- "font-size": ["text-size", "fluid-text-size-clamp"],
1637
- "font-weight": ["weight"],
1638
- "line-height": ["leading"],
1639
- gap: ["grid", "fluid-gap-clamp"],
1640
1738
  "gradient-from": ["color"],
1641
1739
  "gradient-from-stop": ["stop"],
1642
1740
  "gradient-to": ["color"],
1643
1741
  "gradient-to-stop": ["stop"],
1644
1742
  "gradient-via": ["color"],
1645
1743
  "gradient-via-stop": ["stop"],
1646
- "grid-column": ["span"],
1647
- "grid-row": ["span"],
1648
- "grid-template-rows": ["grid-span"],
1649
- "grid-template-columns": ["grid-span"],
1650
- height: ["size", "grid", "fluid-height-clamp"],
1651
- "inline-size": ["size", "grid", "fluid-width-clamp"],
1652
- inset: ["grid", "space", "fluid-inset-clamp"],
1653
- "inset-block": ["grid", "space", "fluid-inset-y-clamp"],
1654
- "inset-block-end": ["grid", "space", "fluid-bottom-clamp"],
1655
- "inset-block-start": ["grid", "space", "fluid-top-clamp"],
1656
- "inset-inline": ["grid", "space", "fluid-inset-x-clamp"],
1657
- "inset-inline-end": ["grid", "space", "fluid-right-clamp"],
1658
- "inset-inline-start": ["grid", "space", "fluid-left-clamp"],
1659
- left: ["grid", "space", "fluid-left-clamp"],
1660
- "letter-spacing": ["tracking"],
1661
- margin: ["grid", "fluid-m-clamp"],
1662
- "margin-block": ["grid", "fluid-my-clamp"],
1663
- "margin-block-end": ["grid", "fluid-mb-clamp"],
1664
- "margin-block-start": ["grid", "fluid-mt-clamp"],
1665
- "margin-inline": ["grid", "fluid-mx-clamp"],
1666
- "margin-inline-end": ["grid", "fluid-mr-clamp"],
1667
- "margin-inline-start": ["grid", "fluid-ml-clamp"],
1668
- "margin-top": ["grid", "fluid-mt-clamp"],
1669
- "margin-right": ["grid", "fluid-mr-clamp"],
1670
- "margin-bottom": ["grid", "fluid-mb-clamp"],
1671
- "margin-left": ["grid", "fluid-ml-clamp"],
1672
- "max-block-size": ["size", "grid", "fluid-max-height-clamp"],
1673
- "max-height": ["size", "grid", "fluid-max-width-clamp"],
1674
- "max-inline-size": ["size", "grid", "fluid-max-width-clamp"],
1675
- "max-width": ["size", "grid", "fluid-max-height-clamp"],
1676
- "min-block-size": ["size", "grid", "fluid-min-height-clamp"],
1677
- "min-height": ["size", "grid", "fluid-min-width-clamp"],
1678
- "min-inline-size": ["size", "grid", "fluid-min-width-clamp"],
1679
- "min-width": ["size", "grid", "fluid-min-height-clamp"],
1680
- opacity: ["alpha"],
1681
- outline: ["line"],
1682
- "outline-color": ["color"],
1683
- "outline-width": ["line-size"],
1684
- "outline-offset": ["offset"],
1685
- padding: ["grid", "fluid-p-clamp"],
1686
- "padding-block": ["grid", "fluid-py-clamp"],
1687
- "padding-block-end": ["grid", "fluid-pb-clamp"],
1688
- "padding-block-start": ["grid", "fluid-pt-clamp"],
1689
- "padding-inline": ["grid", "fluid-px-clamp"],
1690
- "padding-inline-end": ["grid", "fluid-pr-clamp"],
1691
- "padding-inline-start": ["grid", "fluid-pl-clamp"],
1692
- "padding-top": ["grid", "fluid-pt-clamp"],
1693
- "padding-right": ["grid", "fluid-pr-clamp"],
1694
- "padding-bottom": ["grid", "fluid-pb-clamp"],
1695
- "padding-left": ["grid", "fluid-pl-clamp"],
1696
- right: ["grid", "space", "fluid-right-clamp"],
1697
- "row-gap": ["grid", "fluid-row-gap-clamp"],
1698
- "scroll-margin": ["grid", "fluid-scroll-m-clamp"],
1699
- "scroll-margin-block": ["grid", "fluid-scroll-my-clamp"],
1700
- "scroll-margin-block-end": ["grid", "fluid-scroll-mb-clamp"],
1701
- "scroll-margin-block-start": ["grid", "fluid-scroll-mt-clamp"],
1702
- "scroll-margin-inline": ["grid", "fluid-scroll-mx-clamp"],
1703
- "scroll-margin-inline-end": ["grid", "fluid-scroll-mr-clamp"],
1704
- "scroll-margin-inline-start": ["grid", "fluid-scroll-ml-clamp"],
1705
- "scroll-margin-top": ["grid", "fluid-scroll-mt-clamp"],
1706
- "scroll-margin-right": ["grid", "fluid-scroll-mr-clamp"],
1707
- "scroll-margin-bottom": ["grid", "fluid-scroll-mb-clamp"],
1708
- "scroll-margin-left": ["grid", "fluid-scroll-ml-clamp"],
1709
- "scroll-padding": ["grid", "fluid-scroll-p-clamp"],
1710
- "scroll-padding-block": ["grid", "fluid-scroll-py-clamp"],
1711
- "scroll-padding-block-end": ["grid", "fluid-scroll-pb-clamp"],
1712
- "scroll-padding-block-start": ["grid", "fluid-scroll-pt-clamp"],
1713
- "scroll-padding-inline": ["grid", "fluid-scroll-px-clamp"],
1714
- "scroll-padding-inline-end": ["grid", "fluid-scroll-pr-clamp"],
1715
- "scroll-padding-inline-start": ["grid", "fluid-scroll-pl-clamp"],
1716
- "scroll-padding-top": ["grid", "fluid-scroll-pt-clamp"],
1717
- "scroll-padding-right": ["grid", "fluid-scroll-pr-clamp"],
1718
- "scroll-padding-bottom": ["grid", "fluid-scroll-pb-clamp"],
1719
- "scroll-padding-left": ["grid", "fluid-scroll-pl-clamp"],
1720
- "shadow-color": ["color"],
1721
- stroke: ["color"],
1722
- "stroke-width": ["grid", "fluid-stroke-width-clamp"],
1723
- "text-decoration-color": ["color"],
1724
- "text-indent": ["grid", "fluid-text-indent-clamp"],
1725
- "text-shadow": ["shadow"],
1726
- top: ["grid", "space", "fluid-top-clamp"],
1727
- transition: ["morph"],
1728
- "transition-duration": ["time"],
1729
- "transition-timing-function": ["ease"],
1730
- "transition-delay": ["time"],
1731
- width: ["size", "grid", "fluid-width-clamp"]
1744
+ "shadow-color": ["color"]
1732
1745
  }
1733
1746
  });
1734
1747