@tokenami/ds 0.0.71 → 0.0.73

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