@rarui/components 1.18.0 → 1.20.0
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/CHANGELOG.md +18 -0
- package/custom-elements.json +1679 -1186
- package/dist/index.d.ts +282 -0
- package/dist/index.js +386 -173
- package/package.json +1 -2
package/custom-elements.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.19.0",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "rarui-avatar",
|
|
@@ -3317,113 +3317,116 @@
|
|
|
3317
3317
|
"description": "## Rarui Box\n---\nA low-level `utility` component that provides stylized system accessories to allow for custom styling with theme reconfection.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/layout/box) for more details.",
|
|
3318
3318
|
"attributes": [
|
|
3319
3319
|
{
|
|
3320
|
-
"name": "
|
|
3321
|
-
"description": "The
|
|
3320
|
+
"name": "gap",
|
|
3321
|
+
"description": "The gap property sets the gaps between rows and columns. It is a shorthand for rowGap and columnGap.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
3322
3322
|
"values": [
|
|
3323
3323
|
{
|
|
3324
|
-
"name": "$
|
|
3325
|
-
},
|
|
3326
|
-
{
|
|
3327
|
-
"name": "$brand"
|
|
3324
|
+
"name": "$2xl"
|
|
3328
3325
|
},
|
|
3329
3326
|
{
|
|
3330
|
-
"name": "$
|
|
3327
|
+
"name": "$2xs"
|
|
3331
3328
|
},
|
|
3332
3329
|
{
|
|
3333
|
-
"name": "$
|
|
3330
|
+
"name": "$3xl"
|
|
3334
3331
|
},
|
|
3335
3332
|
{
|
|
3336
|
-
"name": "$
|
|
3333
|
+
"name": "$3xs"
|
|
3337
3334
|
},
|
|
3338
3335
|
{
|
|
3339
|
-
"name": "$
|
|
3336
|
+
"name": "$4xl"
|
|
3340
3337
|
},
|
|
3341
3338
|
{
|
|
3342
|
-
"name": "$
|
|
3339
|
+
"name": "$4xs"
|
|
3343
3340
|
},
|
|
3344
3341
|
{
|
|
3345
|
-
"name": "$
|
|
3342
|
+
"name": "$5xl"
|
|
3346
3343
|
},
|
|
3347
3344
|
{
|
|
3348
|
-
"name": "$
|
|
3345
|
+
"name": "$6xl"
|
|
3349
3346
|
},
|
|
3350
3347
|
{
|
|
3351
|
-
"name": "$
|
|
3348
|
+
"name": "$7xl"
|
|
3352
3349
|
},
|
|
3353
3350
|
{
|
|
3354
|
-
"name": "$
|
|
3351
|
+
"name": "$8xl"
|
|
3355
3352
|
},
|
|
3356
3353
|
{
|
|
3357
|
-
"name": "$
|
|
3354
|
+
"name": "$lg"
|
|
3358
3355
|
},
|
|
3359
3356
|
{
|
|
3360
|
-
"name": "$
|
|
3357
|
+
"name": "$md"
|
|
3361
3358
|
},
|
|
3362
3359
|
{
|
|
3363
|
-
"name": "$
|
|
3360
|
+
"name": "$none"
|
|
3364
3361
|
},
|
|
3365
3362
|
{
|
|
3366
|
-
"name": "$
|
|
3363
|
+
"name": "$s"
|
|
3367
3364
|
},
|
|
3368
3365
|
{
|
|
3369
|
-
"name": "$
|
|
3366
|
+
"name": "$xl"
|
|
3370
3367
|
},
|
|
3371
3368
|
{
|
|
3372
|
-
"name": "$
|
|
3373
|
-
}
|
|
3369
|
+
"name": "$xs"
|
|
3370
|
+
}
|
|
3371
|
+
]
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "grid-gap",
|
|
3375
|
+
"description": "The gridGap property sets the gaps between rows and columns. It is a shorthand for rowGap and columnGap.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
3376
|
+
"values": [
|
|
3374
3377
|
{
|
|
3375
|
-
"name": "$
|
|
3378
|
+
"name": "$2xl"
|
|
3376
3379
|
},
|
|
3377
3380
|
{
|
|
3378
|
-
"name": "$
|
|
3381
|
+
"name": "$2xs"
|
|
3379
3382
|
},
|
|
3380
3383
|
{
|
|
3381
|
-
"name": "$
|
|
3384
|
+
"name": "$3xl"
|
|
3382
3385
|
},
|
|
3383
3386
|
{
|
|
3384
|
-
"name": "$
|
|
3387
|
+
"name": "$3xs"
|
|
3385
3388
|
},
|
|
3386
3389
|
{
|
|
3387
|
-
"name": "$
|
|
3390
|
+
"name": "$4xl"
|
|
3388
3391
|
},
|
|
3389
3392
|
{
|
|
3390
|
-
"name": "$
|
|
3393
|
+
"name": "$4xs"
|
|
3391
3394
|
},
|
|
3392
3395
|
{
|
|
3393
|
-
"name": "$
|
|
3396
|
+
"name": "$5xl"
|
|
3394
3397
|
},
|
|
3395
3398
|
{
|
|
3396
|
-
"name": "$
|
|
3399
|
+
"name": "$6xl"
|
|
3397
3400
|
},
|
|
3398
3401
|
{
|
|
3399
|
-
"name": "$
|
|
3402
|
+
"name": "$7xl"
|
|
3400
3403
|
},
|
|
3401
3404
|
{
|
|
3402
|
-
"name": "$
|
|
3405
|
+
"name": "$8xl"
|
|
3403
3406
|
},
|
|
3404
3407
|
{
|
|
3405
|
-
"name": "$
|
|
3408
|
+
"name": "$lg"
|
|
3406
3409
|
},
|
|
3407
3410
|
{
|
|
3408
|
-
"name": "$
|
|
3411
|
+
"name": "$md"
|
|
3409
3412
|
},
|
|
3410
3413
|
{
|
|
3411
|
-
"name": "$
|
|
3414
|
+
"name": "$none"
|
|
3412
3415
|
},
|
|
3413
3416
|
{
|
|
3414
|
-
"name": "$
|
|
3417
|
+
"name": "$s"
|
|
3415
3418
|
},
|
|
3416
3419
|
{
|
|
3417
|
-
"name": "$
|
|
3420
|
+
"name": "$xl"
|
|
3418
3421
|
},
|
|
3419
3422
|
{
|
|
3420
|
-
"name": "$
|
|
3423
|
+
"name": "$xs"
|
|
3421
3424
|
}
|
|
3422
3425
|
]
|
|
3423
3426
|
},
|
|
3424
3427
|
{
|
|
3425
|
-
"name": "
|
|
3426
|
-
"description": "The
|
|
3428
|
+
"name": "background-color",
|
|
3429
|
+
"description": "The backgroundColor property sets the background color of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$background\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$background\",\n \"md\": \"$brand\",\n \"lg\": \"$brand-hover\",\n \"xl\": \"$brand-press\"\n}\n```\n\n- $background\n- $brand\n- $brand-hover\n- $brand-press\n- $brand-subdued\n- $disabled\n- $error\n- $error-hover\n- $error-press\n- $error-subdued\n- $hover\n- $info\n- $info-hover\n- $info-press\n- $info-subdued\n- $invert\n- $invert-disabled\n- $invert-hover\n- $invert-press\n- $invert-secondary\n- $overlay\n- $press\n- $primary\n- $secondary\n- $success\n- $success-hover\n- $success-press\n- $success-subdued\n- $transparent\n- $warning\n- $warning-hover\n- $warning-press\n- $warning-subdued",
|
|
3427
3430
|
"values": [
|
|
3428
3431
|
{
|
|
3429
3432
|
"name": "$background"
|
|
@@ -3440,9 +3443,6 @@
|
|
|
3440
3443
|
{
|
|
3441
3444
|
"name": "$brand-subdued"
|
|
3442
3445
|
},
|
|
3443
|
-
{
|
|
3444
|
-
"name": "$currentColor"
|
|
3445
|
-
},
|
|
3446
3446
|
{
|
|
3447
3447
|
"name": "$disabled"
|
|
3448
3448
|
},
|
|
@@ -3530,8 +3530,8 @@
|
|
|
3530
3530
|
]
|
|
3531
3531
|
},
|
|
3532
3532
|
{
|
|
3533
|
-
"name": "
|
|
3534
|
-
"description": "The
|
|
3533
|
+
"name": "color",
|
|
3534
|
+
"description": "The color property is used to set the color of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$brand\",\n \"md\": \"$brand-alt\",\n \"lg\": \"$currentColor\",\n \"xl\": \"$disabled\"\n}\n```\n\n- $brand\n- $brand-alt\n- $currentColor\n- $disabled\n- $error\n- $info\n- $invert\n- $invert-disabled\n- $invert-secondary\n- $on-brand\n- $on-error\n- $on-info\n- $on-success\n- $on-warning\n- $primary\n- $secondary\n- $success\n- $warning\n- $warning-alt",
|
|
3535
3535
|
"values": [
|
|
3536
3536
|
{
|
|
3537
3537
|
"name": "$brand"
|
|
@@ -3540,10 +3540,10 @@
|
|
|
3540
3540
|
"name": "$brand-alt"
|
|
3541
3541
|
},
|
|
3542
3542
|
{
|
|
3543
|
-
"name": "$
|
|
3543
|
+
"name": "$currentColor"
|
|
3544
3544
|
},
|
|
3545
3545
|
{
|
|
3546
|
-
"name": "$
|
|
3546
|
+
"name": "$disabled"
|
|
3547
3547
|
},
|
|
3548
3548
|
{
|
|
3549
3549
|
"name": "$error"
|
|
@@ -3558,34 +3558,58 @@
|
|
|
3558
3558
|
"name": "$invert-disabled"
|
|
3559
3559
|
},
|
|
3560
3560
|
{
|
|
3561
|
-
"name": "$
|
|
3561
|
+
"name": "$invert-secondary"
|
|
3562
3562
|
},
|
|
3563
3563
|
{
|
|
3564
|
-
"name": "$
|
|
3564
|
+
"name": "$on-brand"
|
|
3565
3565
|
},
|
|
3566
3566
|
{
|
|
3567
|
-
"name": "$
|
|
3567
|
+
"name": "$on-error"
|
|
3568
3568
|
},
|
|
3569
3569
|
{
|
|
3570
|
-
"name": "$
|
|
3570
|
+
"name": "$on-info"
|
|
3571
3571
|
},
|
|
3572
3572
|
{
|
|
3573
|
-
"name": "$
|
|
3573
|
+
"name": "$on-success"
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
"name": "$on-warning"
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"name": "$primary"
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"name": "$secondary"
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "$success"
|
|
3574
3586
|
},
|
|
3575
3587
|
{
|
|
3576
3588
|
"name": "$warning"
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"name": "$warning-alt"
|
|
3577
3592
|
}
|
|
3578
3593
|
]
|
|
3579
3594
|
},
|
|
3580
3595
|
{
|
|
3581
|
-
"name": "
|
|
3582
|
-
"description": "The color property is used to set the color of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$
|
|
3596
|
+
"name": "fill",
|
|
3597
|
+
"description": "The fill color property is used to set the color of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$background\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$background\",\n \"md\": \"$brand\",\n \"lg\": \"$brand-hover\",\n \"xl\": \"$brand-press\"\n}\n```\n\n- $background\n- $brand\n- $brand-hover\n- $brand-press\n- $brand-subdued\n- $currentColor\n- $disabled\n- $error\n- $error-hover\n- $error-press\n- $error-subdued\n- $hover\n- $info\n- $info-hover\n- $info-press\n- $info-subdued\n- $invert\n- $invert-disabled\n- $invert-hover\n- $invert-press\n- $invert-secondary\n- $overlay\n- $press\n- $primary\n- $secondary\n- $success\n- $success-hover\n- $success-press\n- $success-subdued\n- $transparent\n- $warning\n- $warning-hover\n- $warning-press\n- $warning-subdued",
|
|
3583
3598
|
"values": [
|
|
3599
|
+
{
|
|
3600
|
+
"name": "$background"
|
|
3601
|
+
},
|
|
3584
3602
|
{
|
|
3585
3603
|
"name": "$brand"
|
|
3586
3604
|
},
|
|
3587
3605
|
{
|
|
3588
|
-
"name": "$brand-
|
|
3606
|
+
"name": "$brand-hover"
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"name": "$brand-press"
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"name": "$brand-subdued"
|
|
3589
3613
|
},
|
|
3590
3614
|
{
|
|
3591
3615
|
"name": "$currentColor"
|
|
@@ -3596,32 +3620,50 @@
|
|
|
3596
3620
|
{
|
|
3597
3621
|
"name": "$error"
|
|
3598
3622
|
},
|
|
3623
|
+
{
|
|
3624
|
+
"name": "$error-hover"
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"name": "$error-press"
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"name": "$error-subdued"
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"name": "$hover"
|
|
3634
|
+
},
|
|
3599
3635
|
{
|
|
3600
3636
|
"name": "$info"
|
|
3601
3637
|
},
|
|
3602
3638
|
{
|
|
3603
|
-
"name": "$
|
|
3639
|
+
"name": "$info-hover"
|
|
3604
3640
|
},
|
|
3605
3641
|
{
|
|
3606
|
-
"name": "$
|
|
3642
|
+
"name": "$info-press"
|
|
3607
3643
|
},
|
|
3608
3644
|
{
|
|
3609
|
-
"name": "$
|
|
3645
|
+
"name": "$info-subdued"
|
|
3610
3646
|
},
|
|
3611
3647
|
{
|
|
3612
|
-
"name": "$
|
|
3648
|
+
"name": "$invert"
|
|
3613
3649
|
},
|
|
3614
3650
|
{
|
|
3615
|
-
"name": "$
|
|
3651
|
+
"name": "$invert-disabled"
|
|
3616
3652
|
},
|
|
3617
3653
|
{
|
|
3618
|
-
"name": "$
|
|
3654
|
+
"name": "$invert-hover"
|
|
3619
3655
|
},
|
|
3620
3656
|
{
|
|
3621
|
-
"name": "$
|
|
3657
|
+
"name": "$invert-press"
|
|
3622
3658
|
},
|
|
3623
3659
|
{
|
|
3624
|
-
"name": "$
|
|
3660
|
+
"name": "$invert-secondary"
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
"name": "$overlay"
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"name": "$press"
|
|
3625
3667
|
},
|
|
3626
3668
|
{
|
|
3627
3669
|
"name": "$primary"
|
|
@@ -3632,11 +3674,29 @@
|
|
|
3632
3674
|
{
|
|
3633
3675
|
"name": "$success"
|
|
3634
3676
|
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "$success-hover"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "$success-press"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "$success-subdued"
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"name": "$transparent"
|
|
3688
|
+
},
|
|
3635
3689
|
{
|
|
3636
3690
|
"name": "$warning"
|
|
3637
3691
|
},
|
|
3638
3692
|
{
|
|
3639
|
-
"name": "$warning-
|
|
3693
|
+
"name": "$warning-hover"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"name": "$warning-press"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "$warning-subdued"
|
|
3640
3700
|
}
|
|
3641
3701
|
]
|
|
3642
3702
|
},
|
|
@@ -3956,93 +4016,189 @@
|
|
|
3956
4016
|
]
|
|
3957
4017
|
},
|
|
3958
4018
|
{
|
|
3959
|
-
"name": "
|
|
3960
|
-
"description": "The
|
|
4019
|
+
"name": "border-width-x",
|
|
4020
|
+
"description": "The borderWidthX shorthand property defines the width of the element's border on the left and right.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$1\",\n \"md\": \"$2\",\n \"lg\": \"$3\",\n \"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
3961
4021
|
"values": [
|
|
3962
4022
|
{
|
|
3963
|
-
"name": "$
|
|
4023
|
+
"name": "$1"
|
|
3964
4024
|
},
|
|
3965
4025
|
{
|
|
3966
|
-
"name": "$
|
|
4026
|
+
"name": "$2"
|
|
3967
4027
|
},
|
|
3968
4028
|
{
|
|
3969
|
-
"name": "$
|
|
4029
|
+
"name": "$3"
|
|
3970
4030
|
},
|
|
3971
4031
|
{
|
|
3972
|
-
"name": "$
|
|
4032
|
+
"name": "$4"
|
|
3973
4033
|
},
|
|
3974
4034
|
{
|
|
3975
|
-
"name": "$
|
|
4035
|
+
"name": "$5"
|
|
3976
4036
|
},
|
|
3977
4037
|
{
|
|
3978
4038
|
"name": "$none"
|
|
4039
|
+
}
|
|
4040
|
+
]
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "border-width-y",
|
|
4044
|
+
"description": "The borderWidthY shorthand property defines the width of the element's border on the top and bottom.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$1\",\n \"md\": \"$2\",\n \"lg\": \"$3\",\n \"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
4045
|
+
"values": [
|
|
4046
|
+
{
|
|
4047
|
+
"name": "$1"
|
|
3979
4048
|
},
|
|
3980
4049
|
{
|
|
3981
|
-
"name": "$
|
|
4050
|
+
"name": "$2"
|
|
3982
4051
|
},
|
|
3983
4052
|
{
|
|
3984
|
-
"name": "$
|
|
4053
|
+
"name": "$3"
|
|
3985
4054
|
},
|
|
3986
4055
|
{
|
|
3987
|
-
"name": "$
|
|
4056
|
+
"name": "$4"
|
|
3988
4057
|
},
|
|
3989
4058
|
{
|
|
3990
|
-
"name": "$
|
|
4059
|
+
"name": "$5"
|
|
3991
4060
|
},
|
|
3992
4061
|
{
|
|
3993
|
-
"name": "$
|
|
4062
|
+
"name": "$none"
|
|
3994
4063
|
}
|
|
3995
4064
|
]
|
|
3996
4065
|
},
|
|
3997
4066
|
{
|
|
3998
|
-
"name": "
|
|
3999
|
-
"description": "The
|
|
4067
|
+
"name": "border-color",
|
|
4068
|
+
"description": "The borderColor property sets the color of the box's four borders.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$brand\",\n \"md\": \"$brand-alt\",\n \"lg\": \"$disabled\",\n \"xl\": \"$divider\"\n}\n```\n\n- $brand\n- $brand-alt\n- $disabled\n- $divider\n- $error\n- $info\n- $invert\n- $invert-disabled\n- $primary\n- $secondary\n- $subdued\n- $success\n- $transparent\n- $warning",
|
|
4000
4069
|
"values": [
|
|
4001
4070
|
{
|
|
4002
|
-
"name": "$
|
|
4003
|
-
},
|
|
4004
|
-
{
|
|
4005
|
-
"name": "$2xs"
|
|
4071
|
+
"name": "$brand"
|
|
4006
4072
|
},
|
|
4007
4073
|
{
|
|
4008
|
-
"name": "$
|
|
4074
|
+
"name": "$brand-alt"
|
|
4009
4075
|
},
|
|
4010
4076
|
{
|
|
4011
|
-
"name": "$
|
|
4077
|
+
"name": "$disabled"
|
|
4012
4078
|
},
|
|
4013
4079
|
{
|
|
4014
|
-
"name": "$
|
|
4080
|
+
"name": "$divider"
|
|
4015
4081
|
},
|
|
4016
4082
|
{
|
|
4017
|
-
"name": "$
|
|
4083
|
+
"name": "$error"
|
|
4018
4084
|
},
|
|
4019
4085
|
{
|
|
4020
|
-
"name": "$
|
|
4086
|
+
"name": "$info"
|
|
4021
4087
|
},
|
|
4022
4088
|
{
|
|
4023
|
-
"name": "$
|
|
4089
|
+
"name": "$invert"
|
|
4024
4090
|
},
|
|
4025
4091
|
{
|
|
4026
|
-
"name": "$
|
|
4092
|
+
"name": "$invert-disabled"
|
|
4027
4093
|
},
|
|
4028
4094
|
{
|
|
4029
|
-
"name": "$
|
|
4095
|
+
"name": "$primary"
|
|
4030
4096
|
},
|
|
4031
4097
|
{
|
|
4032
|
-
"name": "$
|
|
4098
|
+
"name": "$secondary"
|
|
4033
4099
|
},
|
|
4034
4100
|
{
|
|
4035
|
-
"name": "$
|
|
4101
|
+
"name": "$subdued"
|
|
4036
4102
|
},
|
|
4037
4103
|
{
|
|
4038
|
-
"name": "$
|
|
4104
|
+
"name": "$success"
|
|
4039
4105
|
},
|
|
4040
4106
|
{
|
|
4041
|
-
"name": "$
|
|
4107
|
+
"name": "$transparent"
|
|
4042
4108
|
},
|
|
4043
4109
|
{
|
|
4044
|
-
"name": "$
|
|
4045
|
-
}
|
|
4110
|
+
"name": "$warning"
|
|
4111
|
+
}
|
|
4112
|
+
]
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "box-shadow",
|
|
4116
|
+
"description": "The boxShadow property adds shadow effects around an box's frame.\n\nThis property supports responsive values. You can pass a single value like `\"$bottom-1\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$bottom-1\",\n \"md\": \"$bottom-2\",\n \"lg\": \"$bottom-3\",\n \"xl\": \"$bottom-4\"\n}\n```\n\n- $bottom-1\n- $bottom-2\n- $bottom-3\n- $bottom-4\n- $bottom-5\n- $none\n- $top-1\n- $top-2\n- $top-3\n- $top-4\n- $top-5",
|
|
4117
|
+
"values": [
|
|
4118
|
+
{
|
|
4119
|
+
"name": "$bottom-1"
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"name": "$bottom-2"
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"name": "$bottom-3"
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"name": "$bottom-4"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "$bottom-5"
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"name": "$none"
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"name": "$top-1"
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"name": "$top-2"
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "$top-3"
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "$top-4"
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"name": "$top-5"
|
|
4150
|
+
}
|
|
4151
|
+
]
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"name": "padding",
|
|
4155
|
+
"description": "The padding properties are used to generate space around an box's content area.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4156
|
+
"values": [
|
|
4157
|
+
{
|
|
4158
|
+
"name": "$2xl"
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"name": "$2xs"
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"name": "$3xl"
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"name": "$3xs"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "$4xl"
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"name": "$4xs"
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"name": "$5xl"
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
"name": "$6xl"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"name": "$7xl"
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"name": "$8xl"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"name": "$lg"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"name": "$md"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"name": "$none"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "$s"
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"name": "$xl"
|
|
4201
|
+
},
|
|
4046
4202
|
{
|
|
4047
4203
|
"name": "$xs"
|
|
4048
4204
|
}
|
|
@@ -4550,8 +4706,41 @@
|
|
|
4550
4706
|
]
|
|
4551
4707
|
},
|
|
4552
4708
|
{
|
|
4553
|
-
"name": "
|
|
4554
|
-
"description": "The
|
|
4709
|
+
"name": "z-index",
|
|
4710
|
+
"description": "The zIndex property specifies the stack order of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$100\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$100\",\n \"md\": \"$200\",\n \"lg\": \"$300\",\n \"xl\": \"$400\"\n}\n```\n\n- $100\n- $200\n- $300\n- $400\n- $500\n- $600\n- $700\n- $800\n- $900",
|
|
4711
|
+
"values": [
|
|
4712
|
+
{
|
|
4713
|
+
"name": "$100"
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"name": "$200"
|
|
4717
|
+
},
|
|
4718
|
+
{
|
|
4719
|
+
"name": "$300"
|
|
4720
|
+
},
|
|
4721
|
+
{
|
|
4722
|
+
"name": "$400"
|
|
4723
|
+
},
|
|
4724
|
+
{
|
|
4725
|
+
"name": "$500"
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"name": "$600"
|
|
4729
|
+
},
|
|
4730
|
+
{
|
|
4731
|
+
"name": "$700"
|
|
4732
|
+
},
|
|
4733
|
+
{
|
|
4734
|
+
"name": "$800"
|
|
4735
|
+
},
|
|
4736
|
+
{
|
|
4737
|
+
"name": "$900"
|
|
4738
|
+
}
|
|
4739
|
+
]
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"name": "p",
|
|
4743
|
+
"description": "The p shorthand property sets the margin area on all four sides of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4555
4744
|
"values": [
|
|
4556
4745
|
{
|
|
4557
4746
|
"name": "$2xl"
|
|
@@ -4604,8 +4793,8 @@
|
|
|
4604
4793
|
]
|
|
4605
4794
|
},
|
|
4606
4795
|
{
|
|
4607
|
-
"name": "
|
|
4608
|
-
"description": "The
|
|
4796
|
+
"name": "pl",
|
|
4797
|
+
"description": "The pl shorthand property sets the width of the padding area to the left of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4609
4798
|
"values": [
|
|
4610
4799
|
{
|
|
4611
4800
|
"name": "$2xl"
|
|
@@ -4658,2499 +4847,2702 @@
|
|
|
4658
4847
|
]
|
|
4659
4848
|
},
|
|
4660
4849
|
{
|
|
4661
|
-
"name": "
|
|
4662
|
-
"description": "The
|
|
4850
|
+
"name": "pr",
|
|
4851
|
+
"description": "The pl shorthand property sets the width of the padding area to the right of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4663
4852
|
"values": [
|
|
4664
4853
|
{
|
|
4665
|
-
"name": "$
|
|
4854
|
+
"name": "$2xl"
|
|
4666
4855
|
},
|
|
4667
4856
|
{
|
|
4668
|
-
"name": "$
|
|
4857
|
+
"name": "$2xs"
|
|
4669
4858
|
},
|
|
4670
4859
|
{
|
|
4671
|
-
"name": "$
|
|
4860
|
+
"name": "$3xl"
|
|
4672
4861
|
},
|
|
4673
4862
|
{
|
|
4674
|
-
"name": "$
|
|
4863
|
+
"name": "$3xs"
|
|
4675
4864
|
},
|
|
4676
4865
|
{
|
|
4677
|
-
"name": "$
|
|
4866
|
+
"name": "$4xl"
|
|
4678
4867
|
},
|
|
4679
4868
|
{
|
|
4680
|
-
"name": "$
|
|
4869
|
+
"name": "$4xs"
|
|
4681
4870
|
},
|
|
4682
4871
|
{
|
|
4683
|
-
"name": "$
|
|
4872
|
+
"name": "$5xl"
|
|
4684
4873
|
},
|
|
4685
4874
|
{
|
|
4686
|
-
"name": "$
|
|
4875
|
+
"name": "$6xl"
|
|
4687
4876
|
},
|
|
4688
4877
|
{
|
|
4689
|
-
"name": "$
|
|
4690
|
-
}
|
|
4691
|
-
]
|
|
4692
|
-
},
|
|
4693
|
-
{
|
|
4694
|
-
"name": "line-height",
|
|
4695
|
-
"default": "base",
|
|
4696
|
-
"description": "The lineHeight property specifies the line height of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$body-l\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$body-l\",\n \"md\": \"$body-m\",\n \"lg\": \"$body-s\",\n \"xl\": \"$body-xl\"\n}\n```\n\n- $body-l\n- $body-m\n- $body-s\n- $body-xl\n- $body-xs\n- $body-xxs\n- $button-l\n- $button-m\n- $button-s\n- $heading-hero\n- $heading-l\n- $heading-m\n- $heading-s\n- $heading-xl\n- $heading-xs\n- $label-l\n- $label-m\n- $label-s",
|
|
4697
|
-
"values": [
|
|
4878
|
+
"name": "$7xl"
|
|
4879
|
+
},
|
|
4698
4880
|
{
|
|
4699
|
-
"name": "$
|
|
4881
|
+
"name": "$8xl"
|
|
4700
4882
|
},
|
|
4701
4883
|
{
|
|
4702
|
-
"name": "$
|
|
4884
|
+
"name": "$lg"
|
|
4703
4885
|
},
|
|
4704
4886
|
{
|
|
4705
|
-
"name": "$
|
|
4887
|
+
"name": "$md"
|
|
4706
4888
|
},
|
|
4707
4889
|
{
|
|
4708
|
-
"name": "$
|
|
4890
|
+
"name": "$none"
|
|
4709
4891
|
},
|
|
4710
4892
|
{
|
|
4711
|
-
"name": "$
|
|
4893
|
+
"name": "$s"
|
|
4712
4894
|
},
|
|
4713
4895
|
{
|
|
4714
|
-
"name": "$
|
|
4896
|
+
"name": "$xl"
|
|
4715
4897
|
},
|
|
4716
4898
|
{
|
|
4717
|
-
"name": "$
|
|
4899
|
+
"name": "$xs"
|
|
4900
|
+
}
|
|
4901
|
+
]
|
|
4902
|
+
},
|
|
4903
|
+
{
|
|
4904
|
+
"name": "pt",
|
|
4905
|
+
"description": "The pt shorthand property sets the height of the padding area on the top of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4906
|
+
"values": [
|
|
4907
|
+
{
|
|
4908
|
+
"name": "$2xl"
|
|
4718
4909
|
},
|
|
4719
4910
|
{
|
|
4720
|
-
"name": "$
|
|
4911
|
+
"name": "$2xs"
|
|
4721
4912
|
},
|
|
4722
4913
|
{
|
|
4723
|
-
"name": "$
|
|
4914
|
+
"name": "$3xl"
|
|
4724
4915
|
},
|
|
4725
4916
|
{
|
|
4726
|
-
"name": "$
|
|
4917
|
+
"name": "$3xs"
|
|
4727
4918
|
},
|
|
4728
4919
|
{
|
|
4729
|
-
"name": "$
|
|
4920
|
+
"name": "$4xl"
|
|
4730
4921
|
},
|
|
4731
4922
|
{
|
|
4732
|
-
"name": "$
|
|
4923
|
+
"name": "$4xs"
|
|
4733
4924
|
},
|
|
4734
4925
|
{
|
|
4735
|
-
"name": "$
|
|
4926
|
+
"name": "$5xl"
|
|
4736
4927
|
},
|
|
4737
4928
|
{
|
|
4738
|
-
"name": "$
|
|
4929
|
+
"name": "$6xl"
|
|
4739
4930
|
},
|
|
4740
4931
|
{
|
|
4741
|
-
"name": "$
|
|
4932
|
+
"name": "$7xl"
|
|
4742
4933
|
},
|
|
4743
4934
|
{
|
|
4744
|
-
"name": "$
|
|
4935
|
+
"name": "$8xl"
|
|
4745
4936
|
},
|
|
4746
4937
|
{
|
|
4747
|
-
"name": "$
|
|
4938
|
+
"name": "$lg"
|
|
4748
4939
|
},
|
|
4749
4940
|
{
|
|
4750
|
-
"name": "$
|
|
4751
|
-
}
|
|
4752
|
-
]
|
|
4753
|
-
},
|
|
4754
|
-
{
|
|
4755
|
-
"name": "font-weight",
|
|
4756
|
-
"description": "The fontWeight property sets how thick or thin characters in box should be displayed.\n\nThis property supports responsive values. You can pass a single value like `\"$bold\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$bold\",\n \"md\": \"$medium\",\n \"lg\": \"$regular\",\n \"xl\": \"$semiBold\"\n}\n```\n\n- $bold\n- $medium\n- $regular\n- $semiBold",
|
|
4757
|
-
"values": [
|
|
4941
|
+
"name": "$md"
|
|
4942
|
+
},
|
|
4758
4943
|
{
|
|
4759
|
-
"name": "$
|
|
4944
|
+
"name": "$none"
|
|
4760
4945
|
},
|
|
4761
4946
|
{
|
|
4762
|
-
"name": "$
|
|
4947
|
+
"name": "$s"
|
|
4763
4948
|
},
|
|
4764
4949
|
{
|
|
4765
|
-
"name": "$
|
|
4950
|
+
"name": "$xl"
|
|
4766
4951
|
},
|
|
4767
4952
|
{
|
|
4768
|
-
"name": "$
|
|
4953
|
+
"name": "$xs"
|
|
4769
4954
|
}
|
|
4770
4955
|
]
|
|
4771
4956
|
},
|
|
4772
4957
|
{
|
|
4773
|
-
"name": "
|
|
4774
|
-
"description": "The
|
|
4958
|
+
"name": "pb",
|
|
4959
|
+
"description": "The pb shorthand property sets the height of the padding area on the botton of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4775
4960
|
"values": [
|
|
4776
4961
|
{
|
|
4777
|
-
"name": "$
|
|
4962
|
+
"name": "$2xl"
|
|
4778
4963
|
},
|
|
4779
4964
|
{
|
|
4780
|
-
"name": "$
|
|
4965
|
+
"name": "$2xs"
|
|
4781
4966
|
},
|
|
4782
4967
|
{
|
|
4783
|
-
"name": "$
|
|
4968
|
+
"name": "$3xl"
|
|
4784
4969
|
},
|
|
4785
4970
|
{
|
|
4786
|
-
"name": "$
|
|
4971
|
+
"name": "$3xs"
|
|
4787
4972
|
},
|
|
4788
4973
|
{
|
|
4789
|
-
"name": "$
|
|
4974
|
+
"name": "$4xl"
|
|
4790
4975
|
},
|
|
4791
4976
|
{
|
|
4792
|
-
"name": "$
|
|
4977
|
+
"name": "$4xs"
|
|
4793
4978
|
},
|
|
4794
4979
|
{
|
|
4795
|
-
"name": "$
|
|
4980
|
+
"name": "$5xl"
|
|
4796
4981
|
},
|
|
4797
4982
|
{
|
|
4798
|
-
"name": "$
|
|
4983
|
+
"name": "$6xl"
|
|
4799
4984
|
},
|
|
4800
4985
|
{
|
|
4801
|
-
"name": "$
|
|
4986
|
+
"name": "$7xl"
|
|
4802
4987
|
},
|
|
4803
4988
|
{
|
|
4804
|
-
"name": "$
|
|
4989
|
+
"name": "$8xl"
|
|
4805
4990
|
},
|
|
4806
4991
|
{
|
|
4807
|
-
"name": "$
|
|
4992
|
+
"name": "$lg"
|
|
4808
4993
|
},
|
|
4809
4994
|
{
|
|
4810
|
-
"name": "$
|
|
4995
|
+
"name": "$md"
|
|
4811
4996
|
},
|
|
4812
4997
|
{
|
|
4813
|
-
"name": "$
|
|
4998
|
+
"name": "$none"
|
|
4814
4999
|
},
|
|
4815
5000
|
{
|
|
4816
|
-
"name": "$
|
|
4817
|
-
},
|
|
4818
|
-
{
|
|
4819
|
-
"name": "$heading-xs"
|
|
4820
|
-
},
|
|
4821
|
-
{
|
|
4822
|
-
"name": "$label-l"
|
|
5001
|
+
"name": "$s"
|
|
4823
5002
|
},
|
|
4824
5003
|
{
|
|
4825
|
-
"name": "$
|
|
5004
|
+
"name": "$xl"
|
|
4826
5005
|
},
|
|
4827
5006
|
{
|
|
4828
|
-
"name": "$
|
|
5007
|
+
"name": "$xs"
|
|
4829
5008
|
}
|
|
4830
5009
|
]
|
|
4831
5010
|
},
|
|
4832
5011
|
{
|
|
4833
|
-
"name": "
|
|
4834
|
-
"description": "The
|
|
5012
|
+
"name": "px",
|
|
5013
|
+
"description": "The px shorthand property defines the width of the left and right padding area of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4835
5014
|
"values": [
|
|
4836
5015
|
{
|
|
4837
|
-
"name": "$
|
|
5016
|
+
"name": "$2xl"
|
|
4838
5017
|
},
|
|
4839
5018
|
{
|
|
4840
|
-
"name": "$
|
|
5019
|
+
"name": "$2xs"
|
|
4841
5020
|
},
|
|
4842
5021
|
{
|
|
4843
|
-
"name": "$
|
|
4844
|
-
}
|
|
4845
|
-
]
|
|
4846
|
-
},
|
|
4847
|
-
{
|
|
4848
|
-
"name": "width",
|
|
4849
|
-
"description": "The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
4850
|
-
"values": [
|
|
5022
|
+
"name": "$3xl"
|
|
5023
|
+
},
|
|
4851
5024
|
{
|
|
4852
|
-
"name": "
|
|
5025
|
+
"name": "$3xs"
|
|
4853
5026
|
},
|
|
4854
5027
|
{
|
|
4855
|
-
"name": "
|
|
5028
|
+
"name": "$4xl"
|
|
4856
5029
|
},
|
|
4857
5030
|
{
|
|
4858
|
-
"name": "
|
|
5031
|
+
"name": "$4xs"
|
|
4859
5032
|
},
|
|
4860
5033
|
{
|
|
4861
|
-
"name": "
|
|
5034
|
+
"name": "$5xl"
|
|
4862
5035
|
},
|
|
4863
5036
|
{
|
|
4864
|
-
"name": "
|
|
5037
|
+
"name": "$6xl"
|
|
4865
5038
|
},
|
|
4866
5039
|
{
|
|
4867
|
-
"name": "
|
|
5040
|
+
"name": "$7xl"
|
|
4868
5041
|
},
|
|
4869
5042
|
{
|
|
4870
|
-
"name": "
|
|
4871
|
-
}
|
|
4872
|
-
]
|
|
4873
|
-
},
|
|
4874
|
-
{
|
|
4875
|
-
"name": "height",
|
|
4876
|
-
"description": "The **`height`** CSS property specifies the height of an element. By default, the property defines the height of the content area. If `box-sizing` is set to `border-box`, however, it instead determines the height of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- auto\n- fit-content\n- max-content\n- min-content\n- stretch",
|
|
4877
|
-
"values": [
|
|
5043
|
+
"name": "$8xl"
|
|
5044
|
+
},
|
|
4878
5045
|
{
|
|
4879
|
-
"name": "
|
|
5046
|
+
"name": "$lg"
|
|
4880
5047
|
},
|
|
4881
5048
|
{
|
|
4882
|
-
"name": "
|
|
5049
|
+
"name": "$md"
|
|
4883
5050
|
},
|
|
4884
5051
|
{
|
|
4885
|
-
"name": "
|
|
5052
|
+
"name": "$none"
|
|
4886
5053
|
},
|
|
4887
5054
|
{
|
|
4888
|
-
"name": "
|
|
5055
|
+
"name": "$s"
|
|
4889
5056
|
},
|
|
4890
5057
|
{
|
|
4891
|
-
"name": "
|
|
5058
|
+
"name": "$xl"
|
|
5059
|
+
},
|
|
5060
|
+
{
|
|
5061
|
+
"name": "$xs"
|
|
4892
5062
|
}
|
|
4893
5063
|
]
|
|
4894
5064
|
},
|
|
4895
5065
|
{
|
|
4896
|
-
"name": "
|
|
4897
|
-
"description": "The
|
|
5066
|
+
"name": "py",
|
|
5067
|
+
"description": "The py pt shorthand property sets the height of the padding area at the top and bottom of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4898
5068
|
"values": [
|
|
4899
5069
|
{
|
|
4900
|
-
"name": "
|
|
5070
|
+
"name": "$2xl"
|
|
4901
5071
|
},
|
|
4902
5072
|
{
|
|
4903
|
-
"name": "
|
|
5073
|
+
"name": "$2xs"
|
|
4904
5074
|
},
|
|
4905
5075
|
{
|
|
4906
|
-
"name": "
|
|
5076
|
+
"name": "$3xl"
|
|
4907
5077
|
},
|
|
4908
5078
|
{
|
|
4909
|
-
"name": "
|
|
5079
|
+
"name": "$3xs"
|
|
4910
5080
|
},
|
|
4911
5081
|
{
|
|
4912
|
-
"name": "
|
|
5082
|
+
"name": "$4xl"
|
|
4913
5083
|
},
|
|
4914
5084
|
{
|
|
4915
|
-
"name": "
|
|
4916
|
-
}
|
|
4917
|
-
]
|
|
4918
|
-
},
|
|
4919
|
-
{
|
|
4920
|
-
"name": "max-height",
|
|
4921
|
-
"description": "The **`max-height`** CSS property sets the maximum height of an element. It prevents the used value of the `height` property from becoming larger than the value specified for `max-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
4922
|
-
"values": [
|
|
5085
|
+
"name": "$4xs"
|
|
5086
|
+
},
|
|
4923
5087
|
{
|
|
4924
|
-
"name": "
|
|
5088
|
+
"name": "$5xl"
|
|
4925
5089
|
},
|
|
4926
5090
|
{
|
|
4927
|
-
"name": "
|
|
5091
|
+
"name": "$6xl"
|
|
4928
5092
|
},
|
|
4929
5093
|
{
|
|
4930
|
-
"name": "
|
|
5094
|
+
"name": "$7xl"
|
|
4931
5095
|
},
|
|
4932
5096
|
{
|
|
4933
|
-
"name": "
|
|
5097
|
+
"name": "$8xl"
|
|
4934
5098
|
},
|
|
4935
5099
|
{
|
|
4936
|
-
"name": "
|
|
5100
|
+
"name": "$lg"
|
|
4937
5101
|
},
|
|
4938
5102
|
{
|
|
4939
|
-
"name": "
|
|
5103
|
+
"name": "$md"
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"name": "$none"
|
|
5107
|
+
},
|
|
5108
|
+
{
|
|
5109
|
+
"name": "$s"
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
"name": "$xl"
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
"name": "$xs"
|
|
4940
5116
|
}
|
|
4941
5117
|
]
|
|
4942
5118
|
},
|
|
4943
5119
|
{
|
|
4944
|
-
"name": "
|
|
4945
|
-
"description": "The
|
|
5120
|
+
"name": "padding-x",
|
|
5121
|
+
"description": "The paddingX shorthand property defines the width of the left and right padding area of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4946
5122
|
"values": [
|
|
4947
5123
|
{
|
|
4948
|
-
"name": "
|
|
5124
|
+
"name": "$2xl"
|
|
4949
5125
|
},
|
|
4950
5126
|
{
|
|
4951
|
-
"name": "
|
|
5127
|
+
"name": "$2xs"
|
|
4952
5128
|
},
|
|
4953
5129
|
{
|
|
4954
|
-
"name": "
|
|
5130
|
+
"name": "$3xl"
|
|
4955
5131
|
},
|
|
4956
5132
|
{
|
|
4957
|
-
"name": "
|
|
5133
|
+
"name": "$3xs"
|
|
4958
5134
|
},
|
|
4959
5135
|
{
|
|
4960
|
-
"name": "
|
|
5136
|
+
"name": "$4xl"
|
|
4961
5137
|
},
|
|
4962
5138
|
{
|
|
4963
|
-
"name": "
|
|
5139
|
+
"name": "$4xs"
|
|
4964
5140
|
},
|
|
4965
5141
|
{
|
|
4966
|
-
"name": "
|
|
4967
|
-
}
|
|
4968
|
-
]
|
|
4969
|
-
},
|
|
4970
|
-
{
|
|
4971
|
-
"name": "min-height",
|
|
4972
|
-
"description": "The **`min-height`** CSS property sets the minimum height of an element. It prevents the used value of the `height` property from becoming smaller than the value specified for `min-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- stretch",
|
|
4973
|
-
"values": [
|
|
5142
|
+
"name": "$5xl"
|
|
5143
|
+
},
|
|
4974
5144
|
{
|
|
4975
|
-
"name": "
|
|
5145
|
+
"name": "$6xl"
|
|
4976
5146
|
},
|
|
4977
5147
|
{
|
|
4978
|
-
"name": "
|
|
5148
|
+
"name": "$7xl"
|
|
4979
5149
|
},
|
|
4980
5150
|
{
|
|
4981
|
-
"name": "
|
|
5151
|
+
"name": "$8xl"
|
|
4982
5152
|
},
|
|
4983
5153
|
{
|
|
4984
|
-
"name": "
|
|
5154
|
+
"name": "$lg"
|
|
4985
5155
|
},
|
|
4986
5156
|
{
|
|
4987
|
-
"name": "
|
|
5157
|
+
"name": "$md"
|
|
4988
5158
|
},
|
|
4989
5159
|
{
|
|
4990
|
-
"name": "
|
|
5160
|
+
"name": "$none"
|
|
5161
|
+
},
|
|
5162
|
+
{
|
|
5163
|
+
"name": "$s"
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"name": "$xl"
|
|
5167
|
+
},
|
|
5168
|
+
{
|
|
5169
|
+
"name": "$xs"
|
|
4991
5170
|
}
|
|
4992
5171
|
]
|
|
4993
5172
|
},
|
|
4994
5173
|
{
|
|
4995
|
-
"name": "
|
|
4996
|
-
"description": "The
|
|
4997
|
-
"values": []
|
|
4998
|
-
},
|
|
4999
|
-
{
|
|
5000
|
-
"name": "left",
|
|
5001
|
-
"description": "The **`left`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
5002
|
-
"values": []
|
|
5003
|
-
},
|
|
5004
|
-
{
|
|
5005
|
-
"name": "right",
|
|
5006
|
-
"description": "The **`right`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
5007
|
-
"values": []
|
|
5008
|
-
},
|
|
5009
|
-
{
|
|
5010
|
-
"name": "top",
|
|
5011
|
-
"description": "The **`top`** CSS property participates in specifying the vertical position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
5012
|
-
"values": []
|
|
5013
|
-
},
|
|
5014
|
-
{
|
|
5015
|
-
"name": "flex",
|
|
5016
|
-
"description": "The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"content\",\n \"lg\": \"fit-content\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- content\n- fit-content\n- max-content\n- min-content\n- none\n- stretch",
|
|
5174
|
+
"name": "padding-y",
|
|
5175
|
+
"description": "The paddingY pt shorthand property sets the height of the padding area at the top and bottom of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5017
5176
|
"values": [
|
|
5018
5177
|
{
|
|
5019
|
-
"name": "
|
|
5178
|
+
"name": "$2xl"
|
|
5020
5179
|
},
|
|
5021
5180
|
{
|
|
5022
|
-
"name": "
|
|
5181
|
+
"name": "$2xs"
|
|
5023
5182
|
},
|
|
5024
5183
|
{
|
|
5025
|
-
"name": "
|
|
5184
|
+
"name": "$3xl"
|
|
5026
5185
|
},
|
|
5027
5186
|
{
|
|
5028
|
-
"name": "
|
|
5187
|
+
"name": "$3xs"
|
|
5029
5188
|
},
|
|
5030
5189
|
{
|
|
5031
|
-
"name": "
|
|
5190
|
+
"name": "$4xl"
|
|
5032
5191
|
},
|
|
5033
5192
|
{
|
|
5034
|
-
"name": "
|
|
5193
|
+
"name": "$4xs"
|
|
5035
5194
|
},
|
|
5036
5195
|
{
|
|
5037
|
-
"name": "
|
|
5038
|
-
}
|
|
5039
|
-
]
|
|
5040
|
-
},
|
|
5041
|
-
{
|
|
5042
|
-
"name": "grid-template-areas",
|
|
5043
|
-
"description": "The **`grid-template-areas`** CSS property specifies named grid areas, establishing the cells in the grid and assigning them names.\n\n\n**Initial value**: `none`",
|
|
5044
|
-
"values": []
|
|
5045
|
-
},
|
|
5046
|
-
{
|
|
5047
|
-
"name": "grid-template-columns",
|
|
5048
|
-
"description": "The **`grid-template-columns`** CSS property defines the line names and track sizing functions of the grid columns.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"max-content\",\n \"lg\": \"min-content\",\n \"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
5049
|
-
"values": [
|
|
5196
|
+
"name": "$5xl"
|
|
5197
|
+
},
|
|
5050
5198
|
{
|
|
5051
|
-
"name": "
|
|
5199
|
+
"name": "$6xl"
|
|
5052
5200
|
},
|
|
5053
5201
|
{
|
|
5054
|
-
"name": "
|
|
5202
|
+
"name": "$7xl"
|
|
5055
5203
|
},
|
|
5056
5204
|
{
|
|
5057
|
-
"name": "
|
|
5205
|
+
"name": "$8xl"
|
|
5058
5206
|
},
|
|
5059
5207
|
{
|
|
5060
|
-
"name": "
|
|
5208
|
+
"name": "$lg"
|
|
5061
5209
|
},
|
|
5062
5210
|
{
|
|
5063
|
-
"name": "
|
|
5211
|
+
"name": "$md"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"name": "$none"
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
"name": "$s"
|
|
5218
|
+
},
|
|
5219
|
+
{
|
|
5220
|
+
"name": "$xl"
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"name": "$xs"
|
|
5064
5224
|
}
|
|
5065
5225
|
]
|
|
5066
5226
|
},
|
|
5067
5227
|
{
|
|
5068
|
-
"name": "
|
|
5069
|
-
"description": "The
|
|
5228
|
+
"name": "m",
|
|
5229
|
+
"description": "The m shorthand property sets the margin area on all four sides of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5070
5230
|
"values": [
|
|
5071
5231
|
{
|
|
5072
|
-
"name": "
|
|
5232
|
+
"name": "$2xl"
|
|
5073
5233
|
},
|
|
5074
5234
|
{
|
|
5075
|
-
"name": "
|
|
5235
|
+
"name": "$2xs"
|
|
5076
5236
|
},
|
|
5077
5237
|
{
|
|
5078
|
-
"name": "
|
|
5238
|
+
"name": "$3xl"
|
|
5079
5239
|
},
|
|
5080
5240
|
{
|
|
5081
|
-
"name": "
|
|
5241
|
+
"name": "$3xs"
|
|
5082
5242
|
},
|
|
5083
5243
|
{
|
|
5084
|
-
"name": "
|
|
5085
|
-
}
|
|
5086
|
-
]
|
|
5087
|
-
},
|
|
5088
|
-
{
|
|
5089
|
-
"name": "grid-area",
|
|
5090
|
-
"description": "The **`grid-area`** CSS shorthand property specifies a grid item’s size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.",
|
|
5091
|
-
"values": []
|
|
5092
|
-
},
|
|
5093
|
-
{
|
|
5094
|
-
"name": "flex-shrink",
|
|
5095
|
-
"description": "The **`flex-shrink`** CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to `flex-shrink`.\n\n\n**Initial value**: `1`",
|
|
5096
|
-
"values": []
|
|
5097
|
-
},
|
|
5098
|
-
{
|
|
5099
|
-
"name": "flex-grow",
|
|
5100
|
-
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n\n**Initial value**: `0`",
|
|
5101
|
-
"values": []
|
|
5102
|
-
},
|
|
5103
|
-
{
|
|
5104
|
-
"name": "order",
|
|
5105
|
-
"description": "The **`order`** CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending `order` value and then by their source code order.\n\n\n**Initial value**: `0`",
|
|
5106
|
-
"values": []
|
|
5107
|
-
},
|
|
5108
|
-
{
|
|
5109
|
-
"name": "transition-delay",
|
|
5110
|
-
"description": "The **`transition-delay`** CSS property specifies the duration to wait before starting a property's transition effect when its value changes.\n\n\n**Initial value**: `0s`",
|
|
5111
|
-
"type": "string"
|
|
5112
|
-
},
|
|
5113
|
-
{
|
|
5114
|
-
"name": "transition-property",
|
|
5115
|
-
"description": "The **`transition-property`** CSS property sets the CSS properties to which a transition effect should be applied.\n\n\n**Initial value**: all\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"all\",\n \"md\": \"none\",\n \"lg\": \"all\",\n \"xl\": \"none\"\n}\n```\n\n- all\n- none",
|
|
5116
|
-
"values": [
|
|
5117
|
-
{
|
|
5118
|
-
"name": "all"
|
|
5119
|
-
},
|
|
5120
|
-
{
|
|
5121
|
-
"name": "none"
|
|
5122
|
-
}
|
|
5123
|
-
]
|
|
5124
|
-
},
|
|
5125
|
-
{
|
|
5126
|
-
"name": "background-image",
|
|
5127
|
-
"description": "The **`background-image`** CSS property sets one or more background images on an element.\n\n\n**Initial value**: `none`",
|
|
5128
|
-
"values": []
|
|
5129
|
-
},
|
|
5130
|
-
{
|
|
5131
|
-
"name": "background-position",
|
|
5132
|
-
"description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `0% 0%`\n\nThis property supports responsive values. You can pass a single value like `\"bottom\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"bottom\",\n \"md\": \"center\",\n \"lg\": \"left\",\n \"xl\": \"right\"\n}\n```\n\n- bottom\n- center\n- left\n- right\n- top",
|
|
5133
|
-
"values": [
|
|
5134
|
-
{
|
|
5135
|
-
"name": "bottom"
|
|
5244
|
+
"name": "$4xl"
|
|
5136
5245
|
},
|
|
5137
5246
|
{
|
|
5138
|
-
"name": "
|
|
5247
|
+
"name": "$4xs"
|
|
5139
5248
|
},
|
|
5140
5249
|
{
|
|
5141
|
-
"name": "
|
|
5250
|
+
"name": "$5xl"
|
|
5142
5251
|
},
|
|
5143
5252
|
{
|
|
5144
|
-
"name": "
|
|
5253
|
+
"name": "$6xl"
|
|
5145
5254
|
},
|
|
5146
5255
|
{
|
|
5147
|
-
"name": "
|
|
5148
|
-
}
|
|
5149
|
-
]
|
|
5150
|
-
},
|
|
5151
|
-
{
|
|
5152
|
-
"name": "background-position-x",
|
|
5153
|
-
"description": "The **`background-position-x`** CSS property sets the initial horizontal position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `left`\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"center\",\n \"md\": \"left\",\n \"lg\": \"right\",\n \"xl\": \"x-end\"\n}\n```\n\n- center\n- left\n- right\n- x-end\n- x-start",
|
|
5154
|
-
"values": [
|
|
5155
|
-
{
|
|
5156
|
-
"name": "center"
|
|
5256
|
+
"name": "$7xl"
|
|
5157
5257
|
},
|
|
5158
5258
|
{
|
|
5159
|
-
"name": "
|
|
5259
|
+
"name": "$8xl"
|
|
5160
5260
|
},
|
|
5161
5261
|
{
|
|
5162
|
-
"name": "
|
|
5262
|
+
"name": "$auto"
|
|
5163
5263
|
},
|
|
5164
5264
|
{
|
|
5165
|
-
"name": "
|
|
5265
|
+
"name": "$lg"
|
|
5166
5266
|
},
|
|
5167
5267
|
{
|
|
5168
|
-
"name": "
|
|
5169
|
-
}
|
|
5170
|
-
]
|
|
5171
|
-
},
|
|
5172
|
-
{
|
|
5173
|
-
"name": "background-position-y",
|
|
5174
|
-
"description": "The **`background-position-y`** CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `top`\n\nThis property supports responsive values. You can pass a single value like `\"bottom\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"bottom\",\n \"md\": \"center\",\n \"lg\": \"top\",\n \"xl\": \"y-end\"\n}\n```\n\n- bottom\n- center\n- top\n- y-end\n- y-start",
|
|
5175
|
-
"values": [
|
|
5176
|
-
{
|
|
5177
|
-
"name": "bottom"
|
|
5268
|
+
"name": "$md"
|
|
5178
5269
|
},
|
|
5179
5270
|
{
|
|
5180
|
-
"name": "
|
|
5271
|
+
"name": "$none"
|
|
5181
5272
|
},
|
|
5182
5273
|
{
|
|
5183
|
-
"name": "
|
|
5274
|
+
"name": "$s"
|
|
5184
5275
|
},
|
|
5185
5276
|
{
|
|
5186
|
-
"name": "
|
|
5277
|
+
"name": "$xl"
|
|
5187
5278
|
},
|
|
5188
5279
|
{
|
|
5189
|
-
"name": "
|
|
5280
|
+
"name": "$xs"
|
|
5190
5281
|
}
|
|
5191
5282
|
]
|
|
5192
5283
|
},
|
|
5193
5284
|
{
|
|
5194
|
-
"name": "
|
|
5195
|
-
"description": "The
|
|
5285
|
+
"name": "mr",
|
|
5286
|
+
"description": "The mr property sets the margin area on the right side of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5196
5287
|
"values": [
|
|
5197
5288
|
{
|
|
5198
|
-
"name": "
|
|
5289
|
+
"name": "$2xl"
|
|
5199
5290
|
},
|
|
5200
5291
|
{
|
|
5201
|
-
"name": "
|
|
5292
|
+
"name": "$2xs"
|
|
5202
5293
|
},
|
|
5203
5294
|
{
|
|
5204
|
-
"name": "
|
|
5295
|
+
"name": "$3xl"
|
|
5205
5296
|
},
|
|
5206
5297
|
{
|
|
5207
|
-
"name": "
|
|
5298
|
+
"name": "$3xs"
|
|
5208
5299
|
},
|
|
5209
5300
|
{
|
|
5210
|
-
"name": "
|
|
5301
|
+
"name": "$4xl"
|
|
5211
5302
|
},
|
|
5212
5303
|
{
|
|
5213
|
-
"name": "
|
|
5304
|
+
"name": "$4xs"
|
|
5214
5305
|
},
|
|
5215
5306
|
{
|
|
5216
|
-
"name": "
|
|
5307
|
+
"name": "$5xl"
|
|
5217
5308
|
},
|
|
5218
5309
|
{
|
|
5219
|
-
"name": "
|
|
5310
|
+
"name": "$6xl"
|
|
5220
5311
|
},
|
|
5221
5312
|
{
|
|
5222
|
-
"name": "
|
|
5313
|
+
"name": "$7xl"
|
|
5223
5314
|
},
|
|
5224
5315
|
{
|
|
5225
|
-
"name": "
|
|
5316
|
+
"name": "$8xl"
|
|
5226
5317
|
},
|
|
5227
5318
|
{
|
|
5228
|
-
"name": "
|
|
5319
|
+
"name": "$auto"
|
|
5229
5320
|
},
|
|
5230
5321
|
{
|
|
5231
|
-
"name": "
|
|
5322
|
+
"name": "$lg"
|
|
5232
5323
|
},
|
|
5233
5324
|
{
|
|
5234
|
-
"name": "
|
|
5325
|
+
"name": "$md"
|
|
5235
5326
|
},
|
|
5236
5327
|
{
|
|
5237
|
-
"name": "
|
|
5328
|
+
"name": "$none"
|
|
5238
5329
|
},
|
|
5239
5330
|
{
|
|
5240
|
-
"name": "
|
|
5331
|
+
"name": "$s"
|
|
5241
5332
|
},
|
|
5242
5333
|
{
|
|
5243
|
-
"name": "
|
|
5334
|
+
"name": "$xl"
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"name": "$xs"
|
|
5244
5338
|
}
|
|
5245
5339
|
]
|
|
5246
5340
|
},
|
|
5247
5341
|
{
|
|
5248
|
-
"name": "
|
|
5249
|
-
"description": "The
|
|
5342
|
+
"name": "ml",
|
|
5343
|
+
"description": "The ml property sets the margin area on the left side of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5250
5344
|
"values": [
|
|
5251
5345
|
{
|
|
5252
|
-
"name": "
|
|
5253
|
-
},
|
|
5254
|
-
{
|
|
5255
|
-
"name": "repeat"
|
|
5256
|
-
},
|
|
5257
|
-
{
|
|
5258
|
-
"name": "repeat-x"
|
|
5346
|
+
"name": "$2xl"
|
|
5259
5347
|
},
|
|
5260
5348
|
{
|
|
5261
|
-
"name": "
|
|
5349
|
+
"name": "$2xs"
|
|
5262
5350
|
},
|
|
5263
5351
|
{
|
|
5264
|
-
"name": "
|
|
5352
|
+
"name": "$3xl"
|
|
5265
5353
|
},
|
|
5266
5354
|
{
|
|
5267
|
-
"name": "
|
|
5268
|
-
}
|
|
5269
|
-
]
|
|
5270
|
-
},
|
|
5271
|
-
{
|
|
5272
|
-
"name": "background-size",
|
|
5273
|
-
"description": "The **`background-size`** CSS property sets the size of the element's background image. The image can be left to its natural size, stretched, or constrained to fit the available space.\n\n\n**Initial value**: `auto auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"contain\",\n \"lg\": \"cover\",\n \"xl\": \"auto\"\n}\n```\n\n- auto\n- contain\n- cover",
|
|
5274
|
-
"values": [
|
|
5275
|
-
{
|
|
5276
|
-
"name": "auto"
|
|
5355
|
+
"name": "$3xs"
|
|
5277
5356
|
},
|
|
5278
5357
|
{
|
|
5279
|
-
"name": "
|
|
5358
|
+
"name": "$4xl"
|
|
5280
5359
|
},
|
|
5281
5360
|
{
|
|
5282
|
-
"name": "
|
|
5283
|
-
}
|
|
5284
|
-
]
|
|
5285
|
-
},
|
|
5286
|
-
{
|
|
5287
|
-
"name": "display",
|
|
5288
|
-
"description": "The **`display`** CSS property sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex.\n\n\n**Initial value**: `inline`\n\nThis property supports responsive values. You can pass a single value like `\"block\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"block\",\n \"md\": \"contents\",\n \"lg\": \"flex\",\n \"xl\": \"flow\"\n}\n```\n\n- block\n- contents\n- flex\n- flow\n- flow-root\n- grid\n- inline\n- inline-block\n- inline-flex\n- inline-grid\n- inline-list-item\n- inline-table\n- list-item\n- none\n- ruby\n- ruby-base\n- ruby-base-container\n- ruby-text\n- ruby-text-container\n- run-in\n- table\n- table-caption\n- table-cell\n- table-column\n- table-column-group\n- table-footer-group\n- table-header-group\n- table-row\n- table-row-group",
|
|
5289
|
-
"values": [
|
|
5290
|
-
{
|
|
5291
|
-
"name": "block"
|
|
5361
|
+
"name": "$4xs"
|
|
5292
5362
|
},
|
|
5293
5363
|
{
|
|
5294
|
-
"name": "
|
|
5364
|
+
"name": "$5xl"
|
|
5295
5365
|
},
|
|
5296
5366
|
{
|
|
5297
|
-
"name": "
|
|
5367
|
+
"name": "$6xl"
|
|
5298
5368
|
},
|
|
5299
5369
|
{
|
|
5300
|
-
"name": "
|
|
5370
|
+
"name": "$7xl"
|
|
5301
5371
|
},
|
|
5302
5372
|
{
|
|
5303
|
-
"name": "
|
|
5373
|
+
"name": "$8xl"
|
|
5304
5374
|
},
|
|
5305
5375
|
{
|
|
5306
|
-
"name": "
|
|
5376
|
+
"name": "$auto"
|
|
5307
5377
|
},
|
|
5308
5378
|
{
|
|
5309
|
-
"name": "
|
|
5379
|
+
"name": "$lg"
|
|
5310
5380
|
},
|
|
5311
5381
|
{
|
|
5312
|
-
"name": "
|
|
5382
|
+
"name": "$md"
|
|
5313
5383
|
},
|
|
5314
5384
|
{
|
|
5315
|
-
"name": "
|
|
5385
|
+
"name": "$none"
|
|
5316
5386
|
},
|
|
5317
5387
|
{
|
|
5318
|
-
"name": "
|
|
5388
|
+
"name": "$s"
|
|
5319
5389
|
},
|
|
5320
5390
|
{
|
|
5321
|
-
"name": "
|
|
5391
|
+
"name": "$xl"
|
|
5322
5392
|
},
|
|
5323
5393
|
{
|
|
5324
|
-
"name": "
|
|
5325
|
-
}
|
|
5394
|
+
"name": "$xs"
|
|
5395
|
+
}
|
|
5396
|
+
]
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"name": "mt",
|
|
5400
|
+
"description": "The mt property sets the margin area on the top of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5401
|
+
"values": [
|
|
5326
5402
|
{
|
|
5327
|
-
"name": "
|
|
5403
|
+
"name": "$2xl"
|
|
5328
5404
|
},
|
|
5329
5405
|
{
|
|
5330
|
-
"name": "
|
|
5406
|
+
"name": "$2xs"
|
|
5331
5407
|
},
|
|
5332
5408
|
{
|
|
5333
|
-
"name": "
|
|
5409
|
+
"name": "$3xl"
|
|
5334
5410
|
},
|
|
5335
5411
|
{
|
|
5336
|
-
"name": "
|
|
5412
|
+
"name": "$3xs"
|
|
5337
5413
|
},
|
|
5338
5414
|
{
|
|
5339
|
-
"name": "
|
|
5415
|
+
"name": "$4xl"
|
|
5340
5416
|
},
|
|
5341
5417
|
{
|
|
5342
|
-
"name": "
|
|
5418
|
+
"name": "$4xs"
|
|
5343
5419
|
},
|
|
5344
5420
|
{
|
|
5345
|
-
"name": "
|
|
5421
|
+
"name": "$5xl"
|
|
5346
5422
|
},
|
|
5347
5423
|
{
|
|
5348
|
-
"name": "
|
|
5424
|
+
"name": "$6xl"
|
|
5349
5425
|
},
|
|
5350
5426
|
{
|
|
5351
|
-
"name": "
|
|
5427
|
+
"name": "$7xl"
|
|
5352
5428
|
},
|
|
5353
5429
|
{
|
|
5354
|
-
"name": "
|
|
5430
|
+
"name": "$8xl"
|
|
5355
5431
|
},
|
|
5356
5432
|
{
|
|
5357
|
-
"name": "
|
|
5433
|
+
"name": "$auto"
|
|
5358
5434
|
},
|
|
5359
5435
|
{
|
|
5360
|
-
"name": "
|
|
5436
|
+
"name": "$lg"
|
|
5361
5437
|
},
|
|
5362
5438
|
{
|
|
5363
|
-
"name": "
|
|
5439
|
+
"name": "$md"
|
|
5364
5440
|
},
|
|
5365
5441
|
{
|
|
5366
|
-
"name": "
|
|
5442
|
+
"name": "$none"
|
|
5367
5443
|
},
|
|
5368
5444
|
{
|
|
5369
|
-
"name": "
|
|
5445
|
+
"name": "$s"
|
|
5370
5446
|
},
|
|
5371
5447
|
{
|
|
5372
|
-
"name": "
|
|
5448
|
+
"name": "$xl"
|
|
5373
5449
|
},
|
|
5374
5450
|
{
|
|
5375
|
-
"name": "
|
|
5451
|
+
"name": "$xs"
|
|
5376
5452
|
}
|
|
5377
5453
|
]
|
|
5378
5454
|
},
|
|
5379
5455
|
{
|
|
5380
|
-
"name": "
|
|
5381
|
-
"description": "The
|
|
5456
|
+
"name": "mb",
|
|
5457
|
+
"description": "The marginBottom property sets the margin area on the bottom of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5382
5458
|
"values": [
|
|
5383
5459
|
{
|
|
5384
|
-
"name": "
|
|
5460
|
+
"name": "$2xl"
|
|
5385
5461
|
},
|
|
5386
5462
|
{
|
|
5387
|
-
"name": "
|
|
5463
|
+
"name": "$2xs"
|
|
5388
5464
|
},
|
|
5389
5465
|
{
|
|
5390
|
-
"name": "
|
|
5466
|
+
"name": "$3xl"
|
|
5391
5467
|
},
|
|
5392
5468
|
{
|
|
5393
|
-
"name": "
|
|
5394
|
-
}
|
|
5395
|
-
]
|
|
5396
|
-
},
|
|
5397
|
-
{
|
|
5398
|
-
"name": "flex-wrap",
|
|
5399
|
-
"description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n\n**Initial value**: `nowrap`\n\nThis property supports responsive values. You can pass a single value like `\"nowrap\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"nowrap\",\n \"md\": \"wrap\",\n \"lg\": \"wrap-reverse\",\n \"xl\": \"nowrap\"\n}\n```\n\n- nowrap\n- wrap\n- wrap-reverse",
|
|
5400
|
-
"values": [
|
|
5469
|
+
"name": "$3xs"
|
|
5470
|
+
},
|
|
5401
5471
|
{
|
|
5402
|
-
"name": "
|
|
5472
|
+
"name": "$4xl"
|
|
5403
5473
|
},
|
|
5404
5474
|
{
|
|
5405
|
-
"name": "
|
|
5475
|
+
"name": "$4xs"
|
|
5406
5476
|
},
|
|
5407
5477
|
{
|
|
5408
|
-
"name": "
|
|
5409
|
-
}
|
|
5410
|
-
]
|
|
5411
|
-
},
|
|
5412
|
-
{
|
|
5413
|
-
"name": "flex-basis",
|
|
5414
|
-
"description": "The **`flex-basis`** CSS property sets the initial main size of a flex item. It sets the size of the content box unless otherwise set with `box-sizing`.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"content\",\n \"lg\": \"fit-content\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- content\n- fit-content\n- max-content\n- min-content\n- stretch",
|
|
5415
|
-
"values": [
|
|
5416
|
-
{
|
|
5417
|
-
"name": "auto"
|
|
5418
|
-
},
|
|
5419
|
-
{
|
|
5420
|
-
"name": "content"
|
|
5478
|
+
"name": "$5xl"
|
|
5421
5479
|
},
|
|
5422
5480
|
{
|
|
5423
|
-
"name": "
|
|
5481
|
+
"name": "$6xl"
|
|
5424
5482
|
},
|
|
5425
5483
|
{
|
|
5426
|
-
"name": "
|
|
5484
|
+
"name": "$7xl"
|
|
5427
5485
|
},
|
|
5428
5486
|
{
|
|
5429
|
-
"name": "
|
|
5487
|
+
"name": "$8xl"
|
|
5430
5488
|
},
|
|
5431
5489
|
{
|
|
5432
|
-
"name": "
|
|
5433
|
-
}
|
|
5434
|
-
]
|
|
5435
|
-
},
|
|
5436
|
-
{
|
|
5437
|
-
"name": "flex-flow",
|
|
5438
|
-
"description": "The **`flex-flow`** CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"column\",\n \"md\": \"column-reverse\",\n \"lg\": \"nowrap\",\n \"xl\": \"row\"\n}\n```\n\n- column\n- column-reverse\n- nowrap\n- row\n- row-reverse\n- wrap\n- wrap-reverse",
|
|
5439
|
-
"values": [
|
|
5440
|
-
{
|
|
5441
|
-
"name": "column"
|
|
5490
|
+
"name": "$auto"
|
|
5442
5491
|
},
|
|
5443
5492
|
{
|
|
5444
|
-
"name": "
|
|
5493
|
+
"name": "$lg"
|
|
5445
5494
|
},
|
|
5446
5495
|
{
|
|
5447
|
-
"name": "
|
|
5496
|
+
"name": "$md"
|
|
5448
5497
|
},
|
|
5449
5498
|
{
|
|
5450
|
-
"name": "
|
|
5499
|
+
"name": "$none"
|
|
5451
5500
|
},
|
|
5452
5501
|
{
|
|
5453
|
-
"name": "
|
|
5502
|
+
"name": "$s"
|
|
5454
5503
|
},
|
|
5455
5504
|
{
|
|
5456
|
-
"name": "
|
|
5505
|
+
"name": "$xl"
|
|
5457
5506
|
},
|
|
5458
5507
|
{
|
|
5459
|
-
"name": "
|
|
5508
|
+
"name": "$xs"
|
|
5460
5509
|
}
|
|
5461
5510
|
]
|
|
5462
5511
|
},
|
|
5463
5512
|
{
|
|
5464
|
-
"name": "
|
|
5465
|
-
"description": "The
|
|
5513
|
+
"name": "mx",
|
|
5514
|
+
"description": "The mx property defines the margin area on the left and right side of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5466
5515
|
"values": [
|
|
5467
5516
|
{
|
|
5468
|
-
"name": "
|
|
5517
|
+
"name": "$2xl"
|
|
5469
5518
|
},
|
|
5470
5519
|
{
|
|
5471
|
-
"name": "
|
|
5520
|
+
"name": "$2xs"
|
|
5472
5521
|
},
|
|
5473
5522
|
{
|
|
5474
|
-
"name": "
|
|
5523
|
+
"name": "$3xl"
|
|
5475
5524
|
},
|
|
5476
5525
|
{
|
|
5477
|
-
"name": "
|
|
5526
|
+
"name": "$3xs"
|
|
5478
5527
|
},
|
|
5479
5528
|
{
|
|
5480
|
-
"name": "
|
|
5529
|
+
"name": "$4xl"
|
|
5481
5530
|
},
|
|
5482
5531
|
{
|
|
5483
|
-
"name": "
|
|
5532
|
+
"name": "$4xs"
|
|
5484
5533
|
},
|
|
5485
5534
|
{
|
|
5486
|
-
"name": "
|
|
5535
|
+
"name": "$5xl"
|
|
5487
5536
|
},
|
|
5488
5537
|
{
|
|
5489
|
-
"name": "
|
|
5538
|
+
"name": "$6xl"
|
|
5490
5539
|
},
|
|
5491
5540
|
{
|
|
5492
|
-
"name": "
|
|
5541
|
+
"name": "$7xl"
|
|
5493
5542
|
},
|
|
5494
5543
|
{
|
|
5495
|
-
"name": "
|
|
5544
|
+
"name": "$8xl"
|
|
5496
5545
|
},
|
|
5497
5546
|
{
|
|
5498
|
-
"name": "
|
|
5547
|
+
"name": "$auto"
|
|
5499
5548
|
},
|
|
5500
5549
|
{
|
|
5501
|
-
"name": "
|
|
5502
|
-
}
|
|
5503
|
-
]
|
|
5504
|
-
},
|
|
5505
|
-
{
|
|
5506
|
-
"name": "justify-items",
|
|
5507
|
-
"description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n\n**Initial value**: `legacy`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"center\",\n \"lg\": \"end\",\n \"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- left\n- legacy\n- normal\n- right\n- self-end\n- self-start\n- start\n- stretch",
|
|
5508
|
-
"values": [
|
|
5509
|
-
{
|
|
5510
|
-
"name": "baseline"
|
|
5550
|
+
"name": "$lg"
|
|
5511
5551
|
},
|
|
5512
5552
|
{
|
|
5513
|
-
"name": "
|
|
5553
|
+
"name": "$md"
|
|
5514
5554
|
},
|
|
5515
5555
|
{
|
|
5516
|
-
"name": "
|
|
5556
|
+
"name": "$none"
|
|
5517
5557
|
},
|
|
5518
5558
|
{
|
|
5519
|
-
"name": "
|
|
5559
|
+
"name": "$s"
|
|
5520
5560
|
},
|
|
5521
5561
|
{
|
|
5522
|
-
"name": "
|
|
5562
|
+
"name": "$xl"
|
|
5523
5563
|
},
|
|
5524
5564
|
{
|
|
5525
|
-
"name": "
|
|
5526
|
-
}
|
|
5565
|
+
"name": "$xs"
|
|
5566
|
+
}
|
|
5567
|
+
]
|
|
5568
|
+
},
|
|
5569
|
+
{
|
|
5570
|
+
"name": "my",
|
|
5571
|
+
"description": "The my property defines the margin area on the top and bottom of a box\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5572
|
+
"values": [
|
|
5527
5573
|
{
|
|
5528
|
-
"name": "
|
|
5574
|
+
"name": "$2xl"
|
|
5529
5575
|
},
|
|
5530
5576
|
{
|
|
5531
|
-
"name": "
|
|
5577
|
+
"name": "$2xs"
|
|
5532
5578
|
},
|
|
5533
5579
|
{
|
|
5534
|
-
"name": "
|
|
5580
|
+
"name": "$3xl"
|
|
5535
5581
|
},
|
|
5536
5582
|
{
|
|
5537
|
-
"name": "
|
|
5583
|
+
"name": "$3xs"
|
|
5538
5584
|
},
|
|
5539
5585
|
{
|
|
5540
|
-
"name": "
|
|
5586
|
+
"name": "$4xl"
|
|
5541
5587
|
},
|
|
5542
5588
|
{
|
|
5543
|
-
"name": "
|
|
5589
|
+
"name": "$4xs"
|
|
5544
5590
|
},
|
|
5545
5591
|
{
|
|
5546
|
-
"name": "
|
|
5547
|
-
}
|
|
5548
|
-
]
|
|
5549
|
-
},
|
|
5550
|
-
{
|
|
5551
|
-
"name": "align-content",
|
|
5552
|
-
"description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"center\",\n \"lg\": \"end\",\n \"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- space-around\n- space-between\n- space-evenly\n- start\n- stretch",
|
|
5553
|
-
"values": [
|
|
5554
|
-
{
|
|
5555
|
-
"name": "baseline"
|
|
5592
|
+
"name": "$5xl"
|
|
5556
5593
|
},
|
|
5557
5594
|
{
|
|
5558
|
-
"name": "
|
|
5595
|
+
"name": "$6xl"
|
|
5559
5596
|
},
|
|
5560
5597
|
{
|
|
5561
|
-
"name": "
|
|
5598
|
+
"name": "$7xl"
|
|
5562
5599
|
},
|
|
5563
5600
|
{
|
|
5564
|
-
"name": "
|
|
5601
|
+
"name": "$8xl"
|
|
5565
5602
|
},
|
|
5566
5603
|
{
|
|
5567
|
-
"name": "
|
|
5604
|
+
"name": "$auto"
|
|
5568
5605
|
},
|
|
5569
5606
|
{
|
|
5570
|
-
"name": "
|
|
5607
|
+
"name": "$lg"
|
|
5571
5608
|
},
|
|
5572
5609
|
{
|
|
5573
|
-
"name": "
|
|
5610
|
+
"name": "$md"
|
|
5574
5611
|
},
|
|
5575
5612
|
{
|
|
5576
|
-
"name": "
|
|
5613
|
+
"name": "$none"
|
|
5577
5614
|
},
|
|
5578
5615
|
{
|
|
5579
|
-
"name": "
|
|
5616
|
+
"name": "$s"
|
|
5580
5617
|
},
|
|
5581
5618
|
{
|
|
5582
|
-
"name": "
|
|
5619
|
+
"name": "$xl"
|
|
5583
5620
|
},
|
|
5584
5621
|
{
|
|
5585
|
-
"name": "
|
|
5622
|
+
"name": "$xs"
|
|
5586
5623
|
}
|
|
5587
5624
|
]
|
|
5588
5625
|
},
|
|
5589
5626
|
{
|
|
5590
|
-
"name": "
|
|
5591
|
-
"description": "The
|
|
5627
|
+
"name": "margin-x",
|
|
5628
|
+
"description": "The marginX property defines the margin area on the left and right side of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5592
5629
|
"values": [
|
|
5593
5630
|
{
|
|
5594
|
-
"name": "
|
|
5631
|
+
"name": "$2xl"
|
|
5595
5632
|
},
|
|
5596
5633
|
{
|
|
5597
|
-
"name": "
|
|
5634
|
+
"name": "$2xs"
|
|
5598
5635
|
},
|
|
5599
5636
|
{
|
|
5600
|
-
"name": "
|
|
5637
|
+
"name": "$3xl"
|
|
5601
5638
|
},
|
|
5602
5639
|
{
|
|
5603
|
-
"name": "
|
|
5640
|
+
"name": "$3xs"
|
|
5604
5641
|
},
|
|
5605
5642
|
{
|
|
5606
|
-
"name": "
|
|
5643
|
+
"name": "$4xl"
|
|
5607
5644
|
},
|
|
5608
5645
|
{
|
|
5609
|
-
"name": "
|
|
5646
|
+
"name": "$4xs"
|
|
5610
5647
|
},
|
|
5611
5648
|
{
|
|
5612
|
-
"name": "
|
|
5649
|
+
"name": "$5xl"
|
|
5613
5650
|
},
|
|
5614
5651
|
{
|
|
5615
|
-
"name": "
|
|
5652
|
+
"name": "$6xl"
|
|
5616
5653
|
},
|
|
5617
5654
|
{
|
|
5618
|
-
"name": "
|
|
5655
|
+
"name": "$7xl"
|
|
5619
5656
|
},
|
|
5620
5657
|
{
|
|
5621
|
-
"name": "
|
|
5622
|
-
}
|
|
5623
|
-
]
|
|
5624
|
-
},
|
|
5625
|
-
{
|
|
5626
|
-
"name": "align-self",
|
|
5627
|
-
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"baseline\",\n \"lg\": \"center\",\n \"xl\": \"end\"\n}\n```\n\n- auto\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- self-end\n- self-start\n- start\n- stretch",
|
|
5628
|
-
"values": [
|
|
5658
|
+
"name": "$8xl"
|
|
5659
|
+
},
|
|
5629
5660
|
{
|
|
5630
|
-
"name": "auto"
|
|
5661
|
+
"name": "$auto"
|
|
5631
5662
|
},
|
|
5632
5663
|
{
|
|
5633
|
-
"name": "
|
|
5664
|
+
"name": "$lg"
|
|
5634
5665
|
},
|
|
5635
5666
|
{
|
|
5636
|
-
"name": "
|
|
5667
|
+
"name": "$md"
|
|
5637
5668
|
},
|
|
5638
5669
|
{
|
|
5639
|
-
"name": "
|
|
5670
|
+
"name": "$none"
|
|
5640
5671
|
},
|
|
5641
5672
|
{
|
|
5642
|
-
"name": "
|
|
5673
|
+
"name": "$s"
|
|
5643
5674
|
},
|
|
5644
5675
|
{
|
|
5645
|
-
"name": "
|
|
5676
|
+
"name": "$xl"
|
|
5646
5677
|
},
|
|
5647
5678
|
{
|
|
5648
|
-
"name": "
|
|
5679
|
+
"name": "$xs"
|
|
5680
|
+
}
|
|
5681
|
+
]
|
|
5682
|
+
},
|
|
5683
|
+
{
|
|
5684
|
+
"name": "margin-y",
|
|
5685
|
+
"description": "The marginY property defines the margin area on the top and bottom of a box\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
5686
|
+
"values": [
|
|
5687
|
+
{
|
|
5688
|
+
"name": "$2xl"
|
|
5649
5689
|
},
|
|
5650
5690
|
{
|
|
5651
|
-
"name": "
|
|
5691
|
+
"name": "$2xs"
|
|
5652
5692
|
},
|
|
5653
5693
|
{
|
|
5654
|
-
"name": "
|
|
5694
|
+
"name": "$3xl"
|
|
5655
5695
|
},
|
|
5656
5696
|
{
|
|
5657
|
-
"name": "
|
|
5697
|
+
"name": "$3xs"
|
|
5658
5698
|
},
|
|
5659
5699
|
{
|
|
5660
|
-
"name": "
|
|
5661
|
-
}
|
|
5662
|
-
]
|
|
5663
|
-
},
|
|
5664
|
-
{
|
|
5665
|
-
"name": "pointer-events",
|
|
5666
|
-
"description": "The **`pointer-events`** CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"all\",\n \"md\": \"auto\",\n \"lg\": \"fill\",\n \"xl\": \"inherit\"\n}\n```\n\n- all\n- auto\n- fill\n- inherit\n- none\n- painted\n- stroke\n- visible\n- visibleFill\n- visiblePainted\n- visibleStroke",
|
|
5667
|
-
"values": [
|
|
5700
|
+
"name": "$4xl"
|
|
5701
|
+
},
|
|
5668
5702
|
{
|
|
5669
|
-
"name": "
|
|
5703
|
+
"name": "$4xs"
|
|
5670
5704
|
},
|
|
5671
5705
|
{
|
|
5672
|
-
"name": "
|
|
5706
|
+
"name": "$5xl"
|
|
5673
5707
|
},
|
|
5674
5708
|
{
|
|
5675
|
-
"name": "
|
|
5709
|
+
"name": "$6xl"
|
|
5676
5710
|
},
|
|
5677
5711
|
{
|
|
5678
|
-
"name": "
|
|
5712
|
+
"name": "$7xl"
|
|
5679
5713
|
},
|
|
5680
5714
|
{
|
|
5681
|
-
"name": "
|
|
5715
|
+
"name": "$8xl"
|
|
5682
5716
|
},
|
|
5683
5717
|
{
|
|
5684
|
-
"name": "
|
|
5718
|
+
"name": "$auto"
|
|
5685
5719
|
},
|
|
5686
5720
|
{
|
|
5687
|
-
"name": "
|
|
5721
|
+
"name": "$lg"
|
|
5688
5722
|
},
|
|
5689
5723
|
{
|
|
5690
|
-
"name": "
|
|
5724
|
+
"name": "$md"
|
|
5691
5725
|
},
|
|
5692
5726
|
{
|
|
5693
|
-
"name": "
|
|
5727
|
+
"name": "$none"
|
|
5694
5728
|
},
|
|
5695
5729
|
{
|
|
5696
|
-
"name": "
|
|
5730
|
+
"name": "$s"
|
|
5697
5731
|
},
|
|
5698
5732
|
{
|
|
5699
|
-
"name": "
|
|
5733
|
+
"name": "$xl"
|
|
5734
|
+
},
|
|
5735
|
+
{
|
|
5736
|
+
"name": "$xs"
|
|
5700
5737
|
}
|
|
5701
5738
|
]
|
|
5702
5739
|
},
|
|
5703
5740
|
{
|
|
5704
|
-
"name": "
|
|
5705
|
-
"description": "The
|
|
5741
|
+
"name": "font-family",
|
|
5742
|
+
"description": "The fontFamily property sets the font family of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$body\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$body\",\n \"md\": \"$button\",\n \"lg\": \"$heading\",\n \"xl\": \"$body\"\n}\n```\n\n- $body\n- $button\n- $heading",
|
|
5706
5743
|
"values": [
|
|
5707
5744
|
{
|
|
5708
|
-
"name": "
|
|
5709
|
-
},
|
|
5710
|
-
{
|
|
5711
|
-
"name": "fixed"
|
|
5712
|
-
},
|
|
5713
|
-
{
|
|
5714
|
-
"name": "relative"
|
|
5745
|
+
"name": "$body"
|
|
5715
5746
|
},
|
|
5716
5747
|
{
|
|
5717
|
-
"name": "
|
|
5748
|
+
"name": "$button"
|
|
5718
5749
|
},
|
|
5719
5750
|
{
|
|
5720
|
-
"name": "
|
|
5751
|
+
"name": "$heading"
|
|
5721
5752
|
}
|
|
5722
5753
|
]
|
|
5723
5754
|
},
|
|
5724
5755
|
{
|
|
5725
|
-
"name": "
|
|
5726
|
-
"description": "The
|
|
5756
|
+
"name": "font-size",
|
|
5757
|
+
"description": "The fontSize property sets the size of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$body-l\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$body-l\",\n \"md\": \"$body-m\",\n \"lg\": \"$body-s\",\n \"xl\": \"$body-xl\"\n}\n```\n\n- $body-l\n- $body-m\n- $body-s\n- $body-xl\n- $body-xs\n- $body-xxs\n- $button-l\n- $button-m\n- $button-s\n- $heading-hero\n- $heading-l\n- $heading-m\n- $heading-s\n- $heading-xl\n- $heading-xs\n- $label-l\n- $label-m\n- $label-s",
|
|
5727
5758
|
"values": [
|
|
5728
5759
|
{
|
|
5729
|
-
"name": "
|
|
5760
|
+
"name": "$body-l"
|
|
5730
5761
|
},
|
|
5731
5762
|
{
|
|
5732
|
-
"name": "
|
|
5763
|
+
"name": "$body-m"
|
|
5733
5764
|
},
|
|
5734
5765
|
{
|
|
5735
|
-
"name": "
|
|
5766
|
+
"name": "$body-s"
|
|
5736
5767
|
},
|
|
5737
5768
|
{
|
|
5738
|
-
"name": "
|
|
5769
|
+
"name": "$body-xl"
|
|
5739
5770
|
},
|
|
5740
5771
|
{
|
|
5741
|
-
"name": "
|
|
5772
|
+
"name": "$body-xs"
|
|
5742
5773
|
},
|
|
5743
5774
|
{
|
|
5744
|
-
"name": "
|
|
5775
|
+
"name": "$body-xxs"
|
|
5745
5776
|
},
|
|
5746
5777
|
{
|
|
5747
|
-
"name": "
|
|
5778
|
+
"name": "$button-l"
|
|
5748
5779
|
},
|
|
5749
5780
|
{
|
|
5750
|
-
"name": "
|
|
5781
|
+
"name": "$button-m"
|
|
5751
5782
|
},
|
|
5752
5783
|
{
|
|
5753
|
-
"name": "
|
|
5784
|
+
"name": "$button-s"
|
|
5754
5785
|
},
|
|
5755
5786
|
{
|
|
5756
|
-
"name": "
|
|
5787
|
+
"name": "$heading-hero"
|
|
5788
|
+
},
|
|
5789
|
+
{
|
|
5790
|
+
"name": "$heading-l"
|
|
5791
|
+
},
|
|
5792
|
+
{
|
|
5793
|
+
"name": "$heading-m"
|
|
5794
|
+
},
|
|
5795
|
+
{
|
|
5796
|
+
"name": "$heading-s"
|
|
5797
|
+
},
|
|
5798
|
+
{
|
|
5799
|
+
"name": "$heading-xl"
|
|
5800
|
+
},
|
|
5801
|
+
{
|
|
5802
|
+
"name": "$heading-xs"
|
|
5803
|
+
},
|
|
5804
|
+
{
|
|
5805
|
+
"name": "$label-l"
|
|
5806
|
+
},
|
|
5807
|
+
{
|
|
5808
|
+
"name": "$label-m"
|
|
5809
|
+
},
|
|
5810
|
+
{
|
|
5811
|
+
"name": "$label-s"
|
|
5757
5812
|
}
|
|
5758
5813
|
]
|
|
5759
5814
|
},
|
|
5760
5815
|
{
|
|
5761
|
-
"name": "
|
|
5762
|
-
"description": "The
|
|
5816
|
+
"name": "font-weight",
|
|
5817
|
+
"description": "The fontWeight property sets how thick or thin characters in box should be displayed.\n\nThis property supports responsive values. You can pass a single value like `\"$bold\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$bold\",\n \"md\": \"$medium\",\n \"lg\": \"$regular\",\n \"xl\": \"$semiBold\"\n}\n```\n\n- $bold\n- $medium\n- $regular\n- $semiBold",
|
|
5763
5818
|
"values": [
|
|
5764
5819
|
{
|
|
5765
|
-
"name": "
|
|
5820
|
+
"name": "$bold"
|
|
5766
5821
|
},
|
|
5767
5822
|
{
|
|
5768
|
-
"name": "
|
|
5823
|
+
"name": "$medium"
|
|
5824
|
+
},
|
|
5825
|
+
{
|
|
5826
|
+
"name": "$regular"
|
|
5827
|
+
},
|
|
5828
|
+
{
|
|
5829
|
+
"name": "$semiBold"
|
|
5769
5830
|
}
|
|
5770
5831
|
]
|
|
5771
5832
|
},
|
|
5772
5833
|
{
|
|
5773
|
-
"name": "
|
|
5774
|
-
"description": "The
|
|
5834
|
+
"name": "line-height",
|
|
5835
|
+
"description": "The lineHeight property specifies the line height of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$body-l\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$body-l\",\n \"md\": \"$body-m\",\n \"lg\": \"$body-s\",\n \"xl\": \"$body-xl\"\n}\n```\n\n- $body-l\n- $body-m\n- $body-s\n- $body-xl\n- $body-xs\n- $body-xxs\n- $button-l\n- $button-m\n- $button-s\n- $heading-hero\n- $heading-l\n- $heading-m\n- $heading-s\n- $heading-xl\n- $heading-xs\n- $label-l\n- $label-m\n- $label-s",
|
|
5775
5836
|
"values": [
|
|
5776
5837
|
{
|
|
5777
|
-
"name": "
|
|
5838
|
+
"name": "$body-l"
|
|
5778
5839
|
},
|
|
5779
5840
|
{
|
|
5780
|
-
"name": "
|
|
5841
|
+
"name": "$body-m"
|
|
5781
5842
|
},
|
|
5782
5843
|
{
|
|
5783
|
-
"name": "
|
|
5844
|
+
"name": "$body-s"
|
|
5784
5845
|
},
|
|
5785
5846
|
{
|
|
5786
|
-
"name": "
|
|
5847
|
+
"name": "$body-xl"
|
|
5787
5848
|
},
|
|
5788
5849
|
{
|
|
5789
|
-
"name": "
|
|
5850
|
+
"name": "$body-xs"
|
|
5790
5851
|
},
|
|
5791
5852
|
{
|
|
5792
|
-
"name": "
|
|
5853
|
+
"name": "$body-xxs"
|
|
5793
5854
|
},
|
|
5794
5855
|
{
|
|
5795
|
-
"name": "
|
|
5856
|
+
"name": "$button-l"
|
|
5796
5857
|
},
|
|
5797
5858
|
{
|
|
5798
|
-
"name": "
|
|
5859
|
+
"name": "$button-m"
|
|
5799
5860
|
},
|
|
5800
5861
|
{
|
|
5801
|
-
"name": "
|
|
5862
|
+
"name": "$button-s"
|
|
5802
5863
|
},
|
|
5803
5864
|
{
|
|
5804
|
-
"name": "
|
|
5865
|
+
"name": "$heading-hero"
|
|
5805
5866
|
},
|
|
5806
5867
|
{
|
|
5807
|
-
"name": "
|
|
5868
|
+
"name": "$heading-l"
|
|
5808
5869
|
},
|
|
5809
5870
|
{
|
|
5810
|
-
"name": "
|
|
5871
|
+
"name": "$heading-m"
|
|
5811
5872
|
},
|
|
5812
5873
|
{
|
|
5813
|
-
"name": "
|
|
5874
|
+
"name": "$heading-s"
|
|
5814
5875
|
},
|
|
5815
5876
|
{
|
|
5816
|
-
"name": "
|
|
5877
|
+
"name": "$heading-xl"
|
|
5817
5878
|
},
|
|
5818
5879
|
{
|
|
5819
|
-
"name": "
|
|
5880
|
+
"name": "$heading-xs"
|
|
5820
5881
|
},
|
|
5821
5882
|
{
|
|
5822
|
-
"name": "
|
|
5883
|
+
"name": "$label-l"
|
|
5823
5884
|
},
|
|
5824
5885
|
{
|
|
5825
|
-
"name": "
|
|
5886
|
+
"name": "$label-m"
|
|
5826
5887
|
},
|
|
5827
5888
|
{
|
|
5828
|
-
"name": "
|
|
5889
|
+
"name": "$label-s"
|
|
5890
|
+
}
|
|
5891
|
+
]
|
|
5892
|
+
},
|
|
5893
|
+
{
|
|
5894
|
+
"name": "width",
|
|
5895
|
+
"description": "The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
5896
|
+
"values": [
|
|
5897
|
+
{
|
|
5898
|
+
"name": "auto"
|
|
5829
5899
|
},
|
|
5830
5900
|
{
|
|
5831
|
-
"name": "
|
|
5901
|
+
"name": "fit-content"
|
|
5902
|
+
},
|
|
5903
|
+
{
|
|
5904
|
+
"name": "intrinsic"
|
|
5905
|
+
},
|
|
5906
|
+
{
|
|
5907
|
+
"name": "max-content"
|
|
5908
|
+
},
|
|
5909
|
+
{
|
|
5910
|
+
"name": "min-content"
|
|
5911
|
+
},
|
|
5912
|
+
{
|
|
5913
|
+
"name": "min-intrinsic"
|
|
5914
|
+
},
|
|
5915
|
+
{
|
|
5916
|
+
"name": "stretch"
|
|
5917
|
+
}
|
|
5918
|
+
]
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"name": "height",
|
|
5922
|
+
"description": "The **`height`** CSS property specifies the height of an element. By default, the property defines the height of the content area. If `box-sizing` is set to `border-box`, however, it instead determines the height of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- auto\n- fit-content\n- max-content\n- min-content\n- stretch",
|
|
5923
|
+
"values": [
|
|
5924
|
+
{
|
|
5925
|
+
"name": "auto"
|
|
5926
|
+
},
|
|
5927
|
+
{
|
|
5928
|
+
"name": "fit-content"
|
|
5929
|
+
},
|
|
5930
|
+
{
|
|
5931
|
+
"name": "max-content"
|
|
5932
|
+
},
|
|
5933
|
+
{
|
|
5934
|
+
"name": "min-content"
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"name": "stretch"
|
|
5938
|
+
}
|
|
5939
|
+
]
|
|
5940
|
+
},
|
|
5941
|
+
{
|
|
5942
|
+
"name": "max-width",
|
|
5943
|
+
"description": "The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
5944
|
+
"values": [
|
|
5945
|
+
{
|
|
5946
|
+
"name": "fit-content"
|
|
5947
|
+
},
|
|
5948
|
+
{
|
|
5949
|
+
"name": "intrinsic"
|
|
5950
|
+
},
|
|
5951
|
+
{
|
|
5952
|
+
"name": "max-content"
|
|
5953
|
+
},
|
|
5954
|
+
{
|
|
5955
|
+
"name": "min-content"
|
|
5832
5956
|
},
|
|
5833
5957
|
{
|
|
5834
5958
|
"name": "none"
|
|
5835
5959
|
},
|
|
5836
5960
|
{
|
|
5837
|
-
"name": "
|
|
5961
|
+
"name": "stretch"
|
|
5962
|
+
}
|
|
5963
|
+
]
|
|
5964
|
+
},
|
|
5965
|
+
{
|
|
5966
|
+
"name": "max-height",
|
|
5967
|
+
"description": "The **`max-height`** CSS property sets the maximum height of an element. It prevents the used value of the `height` property from becoming larger than the value specified for `max-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
5968
|
+
"values": [
|
|
5969
|
+
{
|
|
5970
|
+
"name": "fit-content"
|
|
5838
5971
|
},
|
|
5839
5972
|
{
|
|
5840
|
-
"name": "
|
|
5973
|
+
"name": "intrinsic"
|
|
5841
5974
|
},
|
|
5842
5975
|
{
|
|
5843
|
-
"name": "
|
|
5976
|
+
"name": "max-content"
|
|
5844
5977
|
},
|
|
5845
5978
|
{
|
|
5846
|
-
"name": "
|
|
5979
|
+
"name": "min-content"
|
|
5847
5980
|
},
|
|
5848
5981
|
{
|
|
5849
|
-
"name": "
|
|
5982
|
+
"name": "none"
|
|
5850
5983
|
},
|
|
5851
5984
|
{
|
|
5852
|
-
"name": "
|
|
5985
|
+
"name": "stretch"
|
|
5986
|
+
}
|
|
5987
|
+
]
|
|
5988
|
+
},
|
|
5989
|
+
{
|
|
5990
|
+
"name": "min-width",
|
|
5991
|
+
"description": "The **`min-width`** CSS property sets the minimum width of an element. It prevents the used value of the `width` property from becoming smaller than the value specified for `min-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
5992
|
+
"values": [
|
|
5993
|
+
{
|
|
5994
|
+
"name": "auto"
|
|
5853
5995
|
},
|
|
5854
5996
|
{
|
|
5855
|
-
"name": "
|
|
5997
|
+
"name": "fit-content"
|
|
5856
5998
|
},
|
|
5857
5999
|
{
|
|
5858
|
-
"name": "
|
|
6000
|
+
"name": "intrinsic"
|
|
5859
6001
|
},
|
|
5860
6002
|
{
|
|
5861
|
-
"name": "
|
|
6003
|
+
"name": "max-content"
|
|
5862
6004
|
},
|
|
5863
6005
|
{
|
|
5864
|
-
"name": "
|
|
6006
|
+
"name": "min-content"
|
|
5865
6007
|
},
|
|
5866
6008
|
{
|
|
5867
|
-
"name": "
|
|
6009
|
+
"name": "min-intrinsic"
|
|
5868
6010
|
},
|
|
5869
6011
|
{
|
|
5870
|
-
"name": "
|
|
6012
|
+
"name": "stretch"
|
|
6013
|
+
}
|
|
6014
|
+
]
|
|
6015
|
+
},
|
|
6016
|
+
{
|
|
6017
|
+
"name": "min-height",
|
|
6018
|
+
"description": "The **`min-height`** CSS property sets the minimum height of an element. It prevents the used value of the `height` property from becoming smaller than the value specified for `min-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- stretch",
|
|
6019
|
+
"values": [
|
|
6020
|
+
{
|
|
6021
|
+
"name": "auto"
|
|
5871
6022
|
},
|
|
5872
6023
|
{
|
|
5873
|
-
"name": "
|
|
6024
|
+
"name": "fit-content"
|
|
5874
6025
|
},
|
|
5875
6026
|
{
|
|
5876
|
-
"name": "
|
|
6027
|
+
"name": "intrinsic"
|
|
5877
6028
|
},
|
|
5878
6029
|
{
|
|
5879
|
-
"name": "
|
|
6030
|
+
"name": "max-content"
|
|
5880
6031
|
},
|
|
5881
6032
|
{
|
|
5882
|
-
"name": "
|
|
6033
|
+
"name": "min-content"
|
|
6034
|
+
},
|
|
6035
|
+
{
|
|
6036
|
+
"name": "stretch"
|
|
5883
6037
|
}
|
|
5884
6038
|
]
|
|
5885
6039
|
},
|
|
5886
6040
|
{
|
|
5887
|
-
"name": "
|
|
5888
|
-
"description": "The **`
|
|
6041
|
+
"name": "bottom",
|
|
6042
|
+
"description": "The **`bottom`** CSS property participates in setting the vertical position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6043
|
+
"values": []
|
|
6044
|
+
},
|
|
6045
|
+
{
|
|
6046
|
+
"name": "left",
|
|
6047
|
+
"description": "The **`left`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6048
|
+
"values": []
|
|
6049
|
+
},
|
|
6050
|
+
{
|
|
6051
|
+
"name": "right",
|
|
6052
|
+
"description": "The **`right`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6053
|
+
"values": []
|
|
6054
|
+
},
|
|
6055
|
+
{
|
|
6056
|
+
"name": "top",
|
|
6057
|
+
"description": "The **`top`** CSS property participates in specifying the vertical position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6058
|
+
"values": []
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
"name": "grid-template-areas",
|
|
6062
|
+
"description": "The **`grid-template-areas`** CSS property specifies named grid areas, establishing the cells in the grid and assigning them names.\n\n\n**Initial value**: `none`",
|
|
6063
|
+
"values": []
|
|
6064
|
+
},
|
|
6065
|
+
{
|
|
6066
|
+
"name": "grid-template-columns",
|
|
6067
|
+
"description": "The **`grid-template-columns`** CSS property defines the line names and track sizing functions of the grid columns.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"max-content\",\n \"lg\": \"min-content\",\n \"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
5889
6068
|
"values": [
|
|
5890
6069
|
{
|
|
5891
6070
|
"name": "auto"
|
|
5892
6071
|
},
|
|
5893
6072
|
{
|
|
5894
|
-
"name": "
|
|
6073
|
+
"name": "max-content"
|
|
5895
6074
|
},
|
|
5896
6075
|
{
|
|
5897
|
-
"name": "
|
|
6076
|
+
"name": "min-content"
|
|
5898
6077
|
},
|
|
5899
6078
|
{
|
|
5900
|
-
"name": "
|
|
6079
|
+
"name": "none"
|
|
5901
6080
|
},
|
|
5902
6081
|
{
|
|
5903
|
-
"name": "
|
|
6082
|
+
"name": "subgrid"
|
|
5904
6083
|
}
|
|
5905
6084
|
]
|
|
5906
6085
|
},
|
|
5907
6086
|
{
|
|
5908
|
-
"name": "
|
|
5909
|
-
"description": "The **`
|
|
6087
|
+
"name": "grid-template-rows",
|
|
6088
|
+
"description": "The **`grid-template-rows`** CSS property defines the line names and track sizing functions of the grid rows.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"max-content\",\n \"lg\": \"min-content\",\n \"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
5910
6089
|
"values": [
|
|
5911
6090
|
{
|
|
5912
6091
|
"name": "auto"
|
|
5913
6092
|
},
|
|
5914
6093
|
{
|
|
5915
|
-
"name": "
|
|
6094
|
+
"name": "max-content"
|
|
5916
6095
|
},
|
|
5917
6096
|
{
|
|
5918
|
-
"name": "
|
|
6097
|
+
"name": "min-content"
|
|
5919
6098
|
},
|
|
5920
6099
|
{
|
|
5921
|
-
"name": "
|
|
6100
|
+
"name": "none"
|
|
5922
6101
|
},
|
|
5923
6102
|
{
|
|
5924
|
-
"name": "
|
|
6103
|
+
"name": "subgrid"
|
|
5925
6104
|
}
|
|
5926
6105
|
]
|
|
5927
6106
|
},
|
|
5928
6107
|
{
|
|
5929
|
-
"name": "
|
|
5930
|
-
"description": "The **`
|
|
6108
|
+
"name": "flex-shrink",
|
|
6109
|
+
"description": "The **`flex-shrink`** CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to `flex-shrink`.\n\n\n**Initial value**: `1`",
|
|
6110
|
+
"values": []
|
|
6111
|
+
},
|
|
6112
|
+
{
|
|
6113
|
+
"name": "flex-grow",
|
|
6114
|
+
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n\n**Initial value**: `0`",
|
|
6115
|
+
"values": []
|
|
6116
|
+
},
|
|
6117
|
+
{
|
|
6118
|
+
"name": "order",
|
|
6119
|
+
"description": "The **`order`** CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending `order` value and then by their source code order.\n\n\n**Initial value**: `0`",
|
|
6120
|
+
"values": []
|
|
6121
|
+
},
|
|
6122
|
+
{
|
|
6123
|
+
"name": "transition-delay",
|
|
6124
|
+
"description": "The **`transition-delay`** CSS property specifies the duration to wait before starting a property's transition effect when its value changes.\n\n\n**Initial value**: `0s`",
|
|
6125
|
+
"type": "string"
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"name": "transition-property",
|
|
6129
|
+
"description": "The **`transition-property`** CSS property sets the CSS properties to which a transition effect should be applied.\n\n\n**Initial value**: all\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"all\",\n \"md\": \"none\",\n \"lg\": \"all\",\n \"xl\": \"none\"\n}\n```\n\n- all\n- none",
|
|
6130
|
+
"values": [
|
|
6131
|
+
{
|
|
6132
|
+
"name": "all"
|
|
6133
|
+
},
|
|
6134
|
+
{
|
|
6135
|
+
"name": "none"
|
|
6136
|
+
}
|
|
6137
|
+
]
|
|
6138
|
+
},
|
|
6139
|
+
{
|
|
6140
|
+
"name": "background-image",
|
|
6141
|
+
"description": "The **`background-image`** CSS property sets one or more background images on an element.\n\n\n**Initial value**: `none`",
|
|
6142
|
+
"values": []
|
|
6143
|
+
},
|
|
6144
|
+
{
|
|
6145
|
+
"name": "background-position-x",
|
|
6146
|
+
"description": "The **`background-position-x`** CSS property sets the initial horizontal position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `left`\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"center\",\n \"md\": \"left\",\n \"lg\": \"right\",\n \"xl\": \"x-end\"\n}\n```\n\n- center\n- left\n- right\n- x-end\n- x-start",
|
|
6147
|
+
"values": [
|
|
6148
|
+
{
|
|
6149
|
+
"name": "center"
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"name": "left"
|
|
6153
|
+
},
|
|
6154
|
+
{
|
|
6155
|
+
"name": "right"
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"name": "x-end"
|
|
6159
|
+
},
|
|
6160
|
+
{
|
|
6161
|
+
"name": "x-start"
|
|
6162
|
+
}
|
|
6163
|
+
]
|
|
6164
|
+
},
|
|
6165
|
+
{
|
|
6166
|
+
"name": "background-position-y",
|
|
6167
|
+
"description": "The **`background-position-y`** CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `top`\n\nThis property supports responsive values. You can pass a single value like `\"bottom\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"bottom\",\n \"md\": \"center\",\n \"lg\": \"top\",\n \"xl\": \"y-end\"\n}\n```\n\n- bottom\n- center\n- top\n- y-end\n- y-start",
|
|
6168
|
+
"values": [
|
|
6169
|
+
{
|
|
6170
|
+
"name": "bottom"
|
|
6171
|
+
},
|
|
6172
|
+
{
|
|
6173
|
+
"name": "center"
|
|
6174
|
+
},
|
|
6175
|
+
{
|
|
6176
|
+
"name": "top"
|
|
6177
|
+
},
|
|
6178
|
+
{
|
|
6179
|
+
"name": "y-end"
|
|
6180
|
+
},
|
|
6181
|
+
{
|
|
6182
|
+
"name": "y-start"
|
|
6183
|
+
}
|
|
6184
|
+
]
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
"name": "background-blend-mode",
|
|
6188
|
+
"description": "The **`background-blend-mode`** CSS property sets how an element's background images should blend with each other and with the element's background color.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"color\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"color\",\n \"md\": \"color-burn\",\n \"lg\": \"color-dodge\",\n \"xl\": \"darken\"\n}\n```\n\n- color\n- color-burn\n- color-dodge\n- darken\n- difference\n- exclusion\n- hard-light\n- hue\n- lighten\n- luminosity\n- multiply\n- normal\n- overlay\n- saturation\n- screen\n- soft-light",
|
|
6189
|
+
"values": [
|
|
6190
|
+
{
|
|
6191
|
+
"name": "color"
|
|
6192
|
+
},
|
|
6193
|
+
{
|
|
6194
|
+
"name": "color-burn"
|
|
6195
|
+
},
|
|
6196
|
+
{
|
|
6197
|
+
"name": "color-dodge"
|
|
6198
|
+
},
|
|
6199
|
+
{
|
|
6200
|
+
"name": "darken"
|
|
6201
|
+
},
|
|
6202
|
+
{
|
|
6203
|
+
"name": "difference"
|
|
6204
|
+
},
|
|
6205
|
+
{
|
|
6206
|
+
"name": "exclusion"
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"name": "hard-light"
|
|
6210
|
+
},
|
|
6211
|
+
{
|
|
6212
|
+
"name": "hue"
|
|
6213
|
+
},
|
|
6214
|
+
{
|
|
6215
|
+
"name": "lighten"
|
|
6216
|
+
},
|
|
6217
|
+
{
|
|
6218
|
+
"name": "luminosity"
|
|
6219
|
+
},
|
|
6220
|
+
{
|
|
6221
|
+
"name": "multiply"
|
|
6222
|
+
},
|
|
6223
|
+
{
|
|
6224
|
+
"name": "normal"
|
|
6225
|
+
},
|
|
6226
|
+
{
|
|
6227
|
+
"name": "overlay"
|
|
6228
|
+
},
|
|
6229
|
+
{
|
|
6230
|
+
"name": "saturation"
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"name": "screen"
|
|
6234
|
+
},
|
|
6235
|
+
{
|
|
6236
|
+
"name": "soft-light"
|
|
6237
|
+
}
|
|
6238
|
+
]
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"name": "background-repeat",
|
|
6242
|
+
"description": "The **`background-repeat`** CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.\n\n\n**Initial value**: `repeat`\n\nThis property supports responsive values. You can pass a single value like `\"no-repeat\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"no-repeat\",\n \"md\": \"repeat\",\n \"lg\": \"repeat-x\",\n \"xl\": \"repeat-y\"\n}\n```\n\n- no-repeat\n- repeat\n- repeat-x\n- repeat-y\n- round\n- space",
|
|
6243
|
+
"values": [
|
|
6244
|
+
{
|
|
6245
|
+
"name": "no-repeat"
|
|
6246
|
+
},
|
|
6247
|
+
{
|
|
6248
|
+
"name": "repeat"
|
|
6249
|
+
},
|
|
6250
|
+
{
|
|
6251
|
+
"name": "repeat-x"
|
|
6252
|
+
},
|
|
6253
|
+
{
|
|
6254
|
+
"name": "repeat-y"
|
|
6255
|
+
},
|
|
6256
|
+
{
|
|
6257
|
+
"name": "round"
|
|
6258
|
+
},
|
|
6259
|
+
{
|
|
6260
|
+
"name": "space"
|
|
6261
|
+
}
|
|
6262
|
+
]
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"name": "background-size",
|
|
6266
|
+
"description": "The **`background-size`** CSS property sets the size of the element's background image. The image can be left to its natural size, stretched, or constrained to fit the available space.\n\n\n**Initial value**: `auto auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"contain\",\n \"lg\": \"cover\",\n \"xl\": \"auto\"\n}\n```\n\n- auto\n- contain\n- cover",
|
|
5931
6267
|
"values": [
|
|
5932
6268
|
{
|
|
5933
6269
|
"name": "auto"
|
|
5934
6270
|
},
|
|
5935
6271
|
{
|
|
5936
|
-
"name": "
|
|
5937
|
-
},
|
|
5938
|
-
{
|
|
5939
|
-
"name": "hidden"
|
|
5940
|
-
},
|
|
5941
|
-
{
|
|
5942
|
-
"name": "scroll"
|
|
6272
|
+
"name": "contain"
|
|
5943
6273
|
},
|
|
5944
6274
|
{
|
|
5945
|
-
"name": "
|
|
6275
|
+
"name": "cover"
|
|
5946
6276
|
}
|
|
5947
6277
|
]
|
|
5948
6278
|
},
|
|
5949
6279
|
{
|
|
5950
|
-
"name": "
|
|
5951
|
-
"description": "The **`
|
|
6280
|
+
"name": "display",
|
|
6281
|
+
"description": "The **`display`** CSS property sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex.\n\n\n**Initial value**: `inline`\n\nThis property supports responsive values. You can pass a single value like `\"block\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"block\",\n \"md\": \"contents\",\n \"lg\": \"flex\",\n \"xl\": \"flow\"\n}\n```\n\n- block\n- contents\n- flex\n- flow\n- flow-root\n- grid\n- inline\n- inline-block\n- inline-flex\n- inline-grid\n- inline-list-item\n- inline-table\n- list-item\n- none\n- ruby\n- ruby-base\n- ruby-base-container\n- ruby-text\n- ruby-text-container\n- run-in\n- table\n- table-caption\n- table-cell\n- table-column\n- table-column-group\n- table-footer-group\n- table-header-group\n- table-row\n- table-row-group",
|
|
5952
6282
|
"values": [
|
|
5953
6283
|
{
|
|
5954
|
-
"name": "
|
|
6284
|
+
"name": "block"
|
|
5955
6285
|
},
|
|
5956
6286
|
{
|
|
5957
|
-
"name": "
|
|
6287
|
+
"name": "contents"
|
|
5958
6288
|
},
|
|
5959
6289
|
{
|
|
5960
|
-
"name": "
|
|
6290
|
+
"name": "flex"
|
|
5961
6291
|
},
|
|
5962
6292
|
{
|
|
5963
|
-
"name": "
|
|
6293
|
+
"name": "flow"
|
|
5964
6294
|
},
|
|
5965
6295
|
{
|
|
5966
|
-
"name": "
|
|
6296
|
+
"name": "flow-root"
|
|
5967
6297
|
},
|
|
5968
6298
|
{
|
|
5969
|
-
"name": "
|
|
6299
|
+
"name": "grid"
|
|
5970
6300
|
},
|
|
5971
6301
|
{
|
|
5972
|
-
"name": "
|
|
5973
|
-
}
|
|
5974
|
-
]
|
|
5975
|
-
},
|
|
5976
|
-
{
|
|
5977
|
-
"name": "text-decoration",
|
|
5978
|
-
"description": "The **`text-decoration`** shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for `text-decoration-line`, `text-decoration-color`, `text-decoration-style`, and the newer `text-decoration-thickness` property.\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"blink\",\n \"lg\": \"dashed\",\n \"xl\": \"dotted\"\n}\n```\n\n- auto\n- blink\n- dashed\n- dotted\n- double\n- from-font\n- grammar-error\n- line-through\n- none\n- overline\n- solid\n- spelling-error\n- underline\n- wavy",
|
|
5979
|
-
"values": [
|
|
6302
|
+
"name": "inline"
|
|
6303
|
+
},
|
|
5980
6304
|
{
|
|
5981
|
-
"name": "
|
|
6305
|
+
"name": "inline-block"
|
|
5982
6306
|
},
|
|
5983
6307
|
{
|
|
5984
|
-
"name": "
|
|
6308
|
+
"name": "inline-flex"
|
|
5985
6309
|
},
|
|
5986
6310
|
{
|
|
5987
|
-
"name": "
|
|
6311
|
+
"name": "inline-grid"
|
|
5988
6312
|
},
|
|
5989
6313
|
{
|
|
5990
|
-
"name": "
|
|
6314
|
+
"name": "inline-list-item"
|
|
5991
6315
|
},
|
|
5992
6316
|
{
|
|
5993
|
-
"name": "
|
|
6317
|
+
"name": "inline-table"
|
|
5994
6318
|
},
|
|
5995
6319
|
{
|
|
5996
|
-
"name": "
|
|
6320
|
+
"name": "list-item"
|
|
5997
6321
|
},
|
|
5998
6322
|
{
|
|
5999
|
-
"name": "
|
|
6323
|
+
"name": "none"
|
|
6000
6324
|
},
|
|
6001
6325
|
{
|
|
6002
|
-
"name": "
|
|
6326
|
+
"name": "ruby"
|
|
6003
6327
|
},
|
|
6004
6328
|
{
|
|
6005
|
-
"name": "
|
|
6329
|
+
"name": "ruby-base"
|
|
6006
6330
|
},
|
|
6007
6331
|
{
|
|
6008
|
-
"name": "
|
|
6332
|
+
"name": "ruby-base-container"
|
|
6009
6333
|
},
|
|
6010
6334
|
{
|
|
6011
|
-
"name": "
|
|
6335
|
+
"name": "ruby-text"
|
|
6012
6336
|
},
|
|
6013
6337
|
{
|
|
6014
|
-
"name": "
|
|
6338
|
+
"name": "ruby-text-container"
|
|
6015
6339
|
},
|
|
6016
6340
|
{
|
|
6017
|
-
"name": "
|
|
6341
|
+
"name": "run-in"
|
|
6018
6342
|
},
|
|
6019
6343
|
{
|
|
6020
|
-
"name": "
|
|
6021
|
-
}
|
|
6022
|
-
]
|
|
6023
|
-
},
|
|
6024
|
-
{
|
|
6025
|
-
"name": "text-align",
|
|
6026
|
-
"description": "The **`text-align`** CSS property sets the horizontal alignment of a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.\n\n\n**Initial value**: `start`, or a nameless value that acts as `left` if _direction_ is `ltr`, `right` if _direction_ is `rtl` if `start` is not supported by the browser.\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"center\",\n \"md\": \"end\",\n \"lg\": \"justify\",\n \"xl\": \"left\"\n}\n```\n\n- center\n- end\n- justify\n- left\n- match-parent\n- right\n- start",
|
|
6027
|
-
"values": [
|
|
6344
|
+
"name": "table"
|
|
6345
|
+
},
|
|
6028
6346
|
{
|
|
6029
|
-
"name": "
|
|
6347
|
+
"name": "table-caption"
|
|
6030
6348
|
},
|
|
6031
6349
|
{
|
|
6032
|
-
"name": "
|
|
6350
|
+
"name": "table-cell"
|
|
6033
6351
|
},
|
|
6034
6352
|
{
|
|
6035
|
-
"name": "
|
|
6353
|
+
"name": "table-column"
|
|
6036
6354
|
},
|
|
6037
6355
|
{
|
|
6038
|
-
"name": "
|
|
6356
|
+
"name": "table-column-group"
|
|
6039
6357
|
},
|
|
6040
6358
|
{
|
|
6041
|
-
"name": "
|
|
6359
|
+
"name": "table-footer-group"
|
|
6042
6360
|
},
|
|
6043
6361
|
{
|
|
6044
|
-
"name": "
|
|
6362
|
+
"name": "table-header-group"
|
|
6045
6363
|
},
|
|
6046
6364
|
{
|
|
6047
|
-
"name": "
|
|
6365
|
+
"name": "table-row"
|
|
6366
|
+
},
|
|
6367
|
+
{
|
|
6368
|
+
"name": "table-row-group"
|
|
6048
6369
|
}
|
|
6049
6370
|
]
|
|
6050
6371
|
},
|
|
6051
6372
|
{
|
|
6052
|
-
"name": "
|
|
6053
|
-
"description": "The **`
|
|
6054
|
-
"values": []
|
|
6055
|
-
},
|
|
6056
|
-
{
|
|
6057
|
-
"name": "vertical-align",
|
|
6058
|
-
"description": "The **`vertical-align`** CSS property sets vertical alignment of an inline, inline-block or table-cell box.\n\n\n**Initial value**: `baseline`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"bottom\",\n \"lg\": \"middle\",\n \"xl\": \"sub\"\n}\n```\n\n- baseline\n- bottom\n- middle\n- sub\n- super\n- text-bottom\n- text-top\n- top",
|
|
6373
|
+
"name": "flex-direction",
|
|
6374
|
+
"description": "The **`flex-direction`** CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).\n\n\n**Initial value**: `row`\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"column\",\n \"md\": \"column-reverse\",\n \"lg\": \"row\",\n \"xl\": \"row-reverse\"\n}\n```\n\n- column\n- column-reverse\n- row\n- row-reverse",
|
|
6059
6375
|
"values": [
|
|
6060
6376
|
{
|
|
6061
|
-
"name": "
|
|
6062
|
-
},
|
|
6063
|
-
{
|
|
6064
|
-
"name": "bottom"
|
|
6377
|
+
"name": "column"
|
|
6065
6378
|
},
|
|
6066
6379
|
{
|
|
6067
|
-
"name": "
|
|
6380
|
+
"name": "column-reverse"
|
|
6068
6381
|
},
|
|
6069
6382
|
{
|
|
6070
|
-
"name": "
|
|
6383
|
+
"name": "row"
|
|
6071
6384
|
},
|
|
6072
6385
|
{
|
|
6073
|
-
"name": "
|
|
6074
|
-
}
|
|
6386
|
+
"name": "row-reverse"
|
|
6387
|
+
}
|
|
6388
|
+
]
|
|
6389
|
+
},
|
|
6390
|
+
{
|
|
6391
|
+
"name": "flex-wrap",
|
|
6392
|
+
"description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n\n**Initial value**: `nowrap`\n\nThis property supports responsive values. You can pass a single value like `\"nowrap\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"nowrap\",\n \"md\": \"wrap\",\n \"lg\": \"wrap-reverse\",\n \"xl\": \"nowrap\"\n}\n```\n\n- nowrap\n- wrap\n- wrap-reverse",
|
|
6393
|
+
"values": [
|
|
6075
6394
|
{
|
|
6076
|
-
"name": "
|
|
6395
|
+
"name": "nowrap"
|
|
6077
6396
|
},
|
|
6078
6397
|
{
|
|
6079
|
-
"name": "
|
|
6398
|
+
"name": "wrap"
|
|
6080
6399
|
},
|
|
6081
6400
|
{
|
|
6082
|
-
"name": "
|
|
6401
|
+
"name": "wrap-reverse"
|
|
6083
6402
|
}
|
|
6084
6403
|
]
|
|
6085
6404
|
},
|
|
6086
6405
|
{
|
|
6087
|
-
"name": "
|
|
6088
|
-
"description": "The **`
|
|
6406
|
+
"name": "flex-basis",
|
|
6407
|
+
"description": "The **`flex-basis`** CSS property sets the initial main size of a flex item. It sets the size of the content box unless otherwise set with `box-sizing`.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"content\",\n \"lg\": \"fit-content\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- content\n- fit-content\n- max-content\n- min-content\n- stretch",
|
|
6089
6408
|
"values": [
|
|
6090
6409
|
{
|
|
6091
|
-
"name": "
|
|
6410
|
+
"name": "auto"
|
|
6092
6411
|
},
|
|
6093
6412
|
{
|
|
6094
|
-
"name": "
|
|
6413
|
+
"name": "content"
|
|
6095
6414
|
},
|
|
6096
6415
|
{
|
|
6097
|
-
"name": "
|
|
6416
|
+
"name": "fit-content"
|
|
6098
6417
|
},
|
|
6099
6418
|
{
|
|
6100
|
-
"name": "
|
|
6419
|
+
"name": "max-content"
|
|
6101
6420
|
},
|
|
6102
6421
|
{
|
|
6103
|
-
"name": "
|
|
6422
|
+
"name": "min-content"
|
|
6104
6423
|
},
|
|
6105
6424
|
{
|
|
6106
|
-
"name": "
|
|
6425
|
+
"name": "stretch"
|
|
6107
6426
|
}
|
|
6108
6427
|
]
|
|
6109
6428
|
},
|
|
6110
6429
|
{
|
|
6111
|
-
"name": "
|
|
6112
|
-
"description": "The
|
|
6430
|
+
"name": "justify-content",
|
|
6431
|
+
"description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"center\",\n \"md\": \"end\",\n \"lg\": \"flex-end\",\n \"xl\": \"flex-start\"\n}\n```\n\n- center\n- end\n- flex-end\n- flex-start\n- left\n- normal\n- right\n- space-around\n- space-between\n- space-evenly\n- start\n- stretch",
|
|
6113
6432
|
"values": [
|
|
6114
6433
|
{
|
|
6115
|
-
"name": "
|
|
6434
|
+
"name": "center"
|
|
6116
6435
|
},
|
|
6117
6436
|
{
|
|
6118
|
-
"name": "
|
|
6437
|
+
"name": "end"
|
|
6119
6438
|
},
|
|
6120
6439
|
{
|
|
6121
|
-
"name": "
|
|
6440
|
+
"name": "flex-end"
|
|
6122
6441
|
},
|
|
6123
6442
|
{
|
|
6124
|
-
"name": "
|
|
6443
|
+
"name": "flex-start"
|
|
6125
6444
|
},
|
|
6126
6445
|
{
|
|
6127
|
-
"name": "
|
|
6446
|
+
"name": "left"
|
|
6128
6447
|
},
|
|
6129
6448
|
{
|
|
6130
|
-
"name": "
|
|
6131
|
-
}
|
|
6132
|
-
]
|
|
6133
|
-
},
|
|
6134
|
-
{
|
|
6135
|
-
"name": "border-width-y",
|
|
6136
|
-
"description": "The borderWidthY shorthand property defines the width of the element's border on the top and bottom.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$1\",\n \"md\": \"$2\",\n \"lg\": \"$3\",\n \"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
6137
|
-
"values": [
|
|
6449
|
+
"name": "normal"
|
|
6450
|
+
},
|
|
6138
6451
|
{
|
|
6139
|
-
"name": "
|
|
6452
|
+
"name": "right"
|
|
6140
6453
|
},
|
|
6141
6454
|
{
|
|
6142
|
-
"name": "
|
|
6455
|
+
"name": "space-around"
|
|
6143
6456
|
},
|
|
6144
6457
|
{
|
|
6145
|
-
"name": "
|
|
6458
|
+
"name": "space-between"
|
|
6146
6459
|
},
|
|
6147
6460
|
{
|
|
6148
|
-
"name": "
|
|
6461
|
+
"name": "space-evenly"
|
|
6149
6462
|
},
|
|
6150
6463
|
{
|
|
6151
|
-
"name": "
|
|
6464
|
+
"name": "start"
|
|
6152
6465
|
},
|
|
6153
6466
|
{
|
|
6154
|
-
"name": "
|
|
6467
|
+
"name": "stretch"
|
|
6155
6468
|
}
|
|
6156
6469
|
]
|
|
6157
6470
|
},
|
|
6158
6471
|
{
|
|
6159
|
-
"name": "
|
|
6160
|
-
"description": "The
|
|
6472
|
+
"name": "justify-items",
|
|
6473
|
+
"description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n\n**Initial value**: `legacy`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"center\",\n \"lg\": \"end\",\n \"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- left\n- legacy\n- normal\n- right\n- self-end\n- self-start\n- start\n- stretch",
|
|
6161
6474
|
"values": [
|
|
6162
6475
|
{
|
|
6163
|
-
"name": "
|
|
6476
|
+
"name": "baseline"
|
|
6164
6477
|
},
|
|
6165
6478
|
{
|
|
6166
|
-
"name": "
|
|
6479
|
+
"name": "center"
|
|
6167
6480
|
},
|
|
6168
6481
|
{
|
|
6169
|
-
"name": "
|
|
6482
|
+
"name": "end"
|
|
6170
6483
|
},
|
|
6171
6484
|
{
|
|
6172
|
-
"name": "
|
|
6485
|
+
"name": "flex-end"
|
|
6173
6486
|
},
|
|
6174
6487
|
{
|
|
6175
|
-
"name": "
|
|
6488
|
+
"name": "flex-start"
|
|
6176
6489
|
},
|
|
6177
6490
|
{
|
|
6178
|
-
"name": "
|
|
6491
|
+
"name": "left"
|
|
6179
6492
|
},
|
|
6180
6493
|
{
|
|
6181
|
-
"name": "
|
|
6494
|
+
"name": "legacy"
|
|
6182
6495
|
},
|
|
6183
6496
|
{
|
|
6184
|
-
"name": "
|
|
6497
|
+
"name": "normal"
|
|
6185
6498
|
},
|
|
6186
6499
|
{
|
|
6187
|
-
"name": "
|
|
6500
|
+
"name": "right"
|
|
6188
6501
|
},
|
|
6189
6502
|
{
|
|
6190
|
-
"name": "
|
|
6503
|
+
"name": "self-end"
|
|
6191
6504
|
},
|
|
6192
6505
|
{
|
|
6193
|
-
"name": "
|
|
6506
|
+
"name": "self-start"
|
|
6194
6507
|
},
|
|
6195
6508
|
{
|
|
6196
|
-
"name": "
|
|
6509
|
+
"name": "start"
|
|
6197
6510
|
},
|
|
6198
6511
|
{
|
|
6199
|
-
"name": "
|
|
6512
|
+
"name": "stretch"
|
|
6513
|
+
}
|
|
6514
|
+
]
|
|
6515
|
+
},
|
|
6516
|
+
{
|
|
6517
|
+
"name": "align-content",
|
|
6518
|
+
"description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"center\",\n \"lg\": \"end\",\n \"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- space-around\n- space-between\n- space-evenly\n- start\n- stretch",
|
|
6519
|
+
"values": [
|
|
6520
|
+
{
|
|
6521
|
+
"name": "baseline"
|
|
6200
6522
|
},
|
|
6201
6523
|
{
|
|
6202
|
-
"name": "
|
|
6524
|
+
"name": "center"
|
|
6203
6525
|
},
|
|
6204
6526
|
{
|
|
6205
|
-
"name": "
|
|
6527
|
+
"name": "end"
|
|
6206
6528
|
},
|
|
6207
6529
|
{
|
|
6208
|
-
"name": "
|
|
6209
|
-
}
|
|
6210
|
-
]
|
|
6211
|
-
},
|
|
6212
|
-
{
|
|
6213
|
-
"name": "padding-y",
|
|
6214
|
-
"description": "The paddingY pt shorthand property sets the height of the padding area at the top and bottom of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
6215
|
-
"values": [
|
|
6530
|
+
"name": "flex-end"
|
|
6531
|
+
},
|
|
6216
6532
|
{
|
|
6217
|
-
"name": "
|
|
6533
|
+
"name": "flex-start"
|
|
6218
6534
|
},
|
|
6219
6535
|
{
|
|
6220
|
-
"name": "
|
|
6536
|
+
"name": "normal"
|
|
6221
6537
|
},
|
|
6222
6538
|
{
|
|
6223
|
-
"name": "
|
|
6539
|
+
"name": "space-around"
|
|
6224
6540
|
},
|
|
6225
6541
|
{
|
|
6226
|
-
"name": "
|
|
6542
|
+
"name": "space-between"
|
|
6227
6543
|
},
|
|
6228
6544
|
{
|
|
6229
|
-
"name": "
|
|
6545
|
+
"name": "space-evenly"
|
|
6230
6546
|
},
|
|
6231
6547
|
{
|
|
6232
|
-
"name": "
|
|
6548
|
+
"name": "start"
|
|
6233
6549
|
},
|
|
6234
6550
|
{
|
|
6235
|
-
"name": "
|
|
6551
|
+
"name": "stretch"
|
|
6552
|
+
}
|
|
6553
|
+
]
|
|
6554
|
+
},
|
|
6555
|
+
{
|
|
6556
|
+
"name": "align-items",
|
|
6557
|
+
"description": "The CSS **`align-items`** property sets the `align-self` value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"center\",\n \"lg\": \"end\",\n \"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- self-end\n- self-start\n- start\n- stretch",
|
|
6558
|
+
"values": [
|
|
6559
|
+
{
|
|
6560
|
+
"name": "baseline"
|
|
6236
6561
|
},
|
|
6237
6562
|
{
|
|
6238
|
-
"name": "
|
|
6563
|
+
"name": "center"
|
|
6239
6564
|
},
|
|
6240
6565
|
{
|
|
6241
|
-
"name": "
|
|
6566
|
+
"name": "end"
|
|
6242
6567
|
},
|
|
6243
6568
|
{
|
|
6244
|
-
"name": "
|
|
6569
|
+
"name": "flex-end"
|
|
6245
6570
|
},
|
|
6246
6571
|
{
|
|
6247
|
-
"name": "
|
|
6572
|
+
"name": "flex-start"
|
|
6248
6573
|
},
|
|
6249
6574
|
{
|
|
6250
|
-
"name": "
|
|
6575
|
+
"name": "normal"
|
|
6251
6576
|
},
|
|
6252
6577
|
{
|
|
6253
|
-
"name": "
|
|
6578
|
+
"name": "self-end"
|
|
6254
6579
|
},
|
|
6255
6580
|
{
|
|
6256
|
-
"name": "
|
|
6581
|
+
"name": "self-start"
|
|
6257
6582
|
},
|
|
6258
6583
|
{
|
|
6259
|
-
"name": "
|
|
6584
|
+
"name": "start"
|
|
6260
6585
|
},
|
|
6261
6586
|
{
|
|
6262
|
-
"name": "
|
|
6587
|
+
"name": "stretch"
|
|
6263
6588
|
}
|
|
6264
6589
|
]
|
|
6265
6590
|
},
|
|
6266
6591
|
{
|
|
6267
|
-
"name": "
|
|
6268
|
-
"description": "The
|
|
6592
|
+
"name": "align-self",
|
|
6593
|
+
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"baseline\",\n \"lg\": \"center\",\n \"xl\": \"end\"\n}\n```\n\n- auto\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- self-end\n- self-start\n- start\n- stretch",
|
|
6269
6594
|
"values": [
|
|
6270
6595
|
{
|
|
6271
|
-
"name": "
|
|
6272
|
-
},
|
|
6273
|
-
{
|
|
6274
|
-
"name": "$2xs"
|
|
6275
|
-
},
|
|
6276
|
-
{
|
|
6277
|
-
"name": "$3xl"
|
|
6278
|
-
},
|
|
6279
|
-
{
|
|
6280
|
-
"name": "$3xs"
|
|
6281
|
-
},
|
|
6282
|
-
{
|
|
6283
|
-
"name": "$4xl"
|
|
6284
|
-
},
|
|
6285
|
-
{
|
|
6286
|
-
"name": "$4xs"
|
|
6596
|
+
"name": "auto"
|
|
6287
6597
|
},
|
|
6288
6598
|
{
|
|
6289
|
-
"name": "
|
|
6599
|
+
"name": "baseline"
|
|
6290
6600
|
},
|
|
6291
6601
|
{
|
|
6292
|
-
"name": "
|
|
6602
|
+
"name": "center"
|
|
6293
6603
|
},
|
|
6294
6604
|
{
|
|
6295
|
-
"name": "
|
|
6605
|
+
"name": "end"
|
|
6296
6606
|
},
|
|
6297
6607
|
{
|
|
6298
|
-
"name": "
|
|
6608
|
+
"name": "flex-end"
|
|
6299
6609
|
},
|
|
6300
6610
|
{
|
|
6301
|
-
"name": "
|
|
6611
|
+
"name": "flex-start"
|
|
6302
6612
|
},
|
|
6303
6613
|
{
|
|
6304
|
-
"name": "
|
|
6614
|
+
"name": "normal"
|
|
6305
6615
|
},
|
|
6306
6616
|
{
|
|
6307
|
-
"name": "
|
|
6617
|
+
"name": "self-end"
|
|
6308
6618
|
},
|
|
6309
6619
|
{
|
|
6310
|
-
"name": "
|
|
6620
|
+
"name": "self-start"
|
|
6311
6621
|
},
|
|
6312
6622
|
{
|
|
6313
|
-
"name": "
|
|
6623
|
+
"name": "start"
|
|
6314
6624
|
},
|
|
6315
6625
|
{
|
|
6316
|
-
"name": "
|
|
6626
|
+
"name": "stretch"
|
|
6317
6627
|
}
|
|
6318
6628
|
]
|
|
6319
6629
|
},
|
|
6320
6630
|
{
|
|
6321
|
-
"name": "
|
|
6322
|
-
"description": "The
|
|
6631
|
+
"name": "pointer-events",
|
|
6632
|
+
"description": "The **`pointer-events`** CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"all\",\n \"md\": \"auto\",\n \"lg\": \"fill\",\n \"xl\": \"inherit\"\n}\n```\n\n- all\n- auto\n- fill\n- inherit\n- none\n- painted\n- stroke\n- visible\n- visibleFill\n- visiblePainted\n- visibleStroke",
|
|
6323
6633
|
"values": [
|
|
6324
6634
|
{
|
|
6325
|
-
"name": "
|
|
6635
|
+
"name": "all"
|
|
6326
6636
|
},
|
|
6327
6637
|
{
|
|
6328
|
-
"name": "
|
|
6638
|
+
"name": "auto"
|
|
6329
6639
|
},
|
|
6330
6640
|
{
|
|
6331
|
-
"name": "
|
|
6641
|
+
"name": "fill"
|
|
6332
6642
|
},
|
|
6333
6643
|
{
|
|
6334
|
-
"name": "
|
|
6644
|
+
"name": "inherit"
|
|
6335
6645
|
},
|
|
6336
6646
|
{
|
|
6337
|
-
"name": "
|
|
6647
|
+
"name": "none"
|
|
6338
6648
|
},
|
|
6339
6649
|
{
|
|
6340
|
-
"name": "
|
|
6650
|
+
"name": "painted"
|
|
6341
6651
|
},
|
|
6342
6652
|
{
|
|
6343
|
-
"name": "
|
|
6653
|
+
"name": "stroke"
|
|
6344
6654
|
},
|
|
6345
6655
|
{
|
|
6346
|
-
"name": "
|
|
6656
|
+
"name": "visible"
|
|
6347
6657
|
},
|
|
6348
6658
|
{
|
|
6349
|
-
"name": "
|
|
6659
|
+
"name": "visibleFill"
|
|
6350
6660
|
},
|
|
6351
6661
|
{
|
|
6352
|
-
"name": "
|
|
6662
|
+
"name": "visiblePainted"
|
|
6353
6663
|
},
|
|
6354
6664
|
{
|
|
6355
|
-
"name": "
|
|
6665
|
+
"name": "visibleStroke"
|
|
6666
|
+
}
|
|
6667
|
+
]
|
|
6668
|
+
},
|
|
6669
|
+
{
|
|
6670
|
+
"name": "position",
|
|
6671
|
+
"description": "The **`position`** CSS property sets how an element is positioned in a document. The `top`, `right`, `bottom`, and `left` properties determine the final location of positioned elements.\n\n\n**Initial value**: `static`\n\nThis property supports responsive values. You can pass a single value like `\"absolute\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"absolute\",\n \"md\": \"fixed\",\n \"lg\": \"relative\",\n \"xl\": \"static\"\n}\n```\n\n- absolute\n- fixed\n- relative\n- static\n- sticky",
|
|
6672
|
+
"values": [
|
|
6673
|
+
{
|
|
6674
|
+
"name": "absolute"
|
|
6356
6675
|
},
|
|
6357
6676
|
{
|
|
6358
|
-
"name": "
|
|
6677
|
+
"name": "fixed"
|
|
6359
6678
|
},
|
|
6360
6679
|
{
|
|
6361
|
-
"name": "
|
|
6680
|
+
"name": "relative"
|
|
6362
6681
|
},
|
|
6363
6682
|
{
|
|
6364
|
-
"name": "
|
|
6683
|
+
"name": "static"
|
|
6365
6684
|
},
|
|
6366
6685
|
{
|
|
6367
|
-
"name": "
|
|
6686
|
+
"name": "sticky"
|
|
6687
|
+
}
|
|
6688
|
+
]
|
|
6689
|
+
},
|
|
6690
|
+
{
|
|
6691
|
+
"name": "box-sizing",
|
|
6692
|
+
"description": "The **`box-sizing`** CSS property sets how the total width and height of an element is calculated.\n\n\n**Initial value**: `content-box`\n\nThis property supports responsive values. You can pass a single value like `\"border-box\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"border-box\",\n \"md\": \"content-box\",\n \"lg\": \"border-box\",\n \"xl\": \"content-box\"\n}\n```\n\n- border-box\n- content-box",
|
|
6693
|
+
"values": [
|
|
6694
|
+
{
|
|
6695
|
+
"name": "border-box"
|
|
6368
6696
|
},
|
|
6369
6697
|
{
|
|
6370
|
-
"name": "
|
|
6698
|
+
"name": "content-box"
|
|
6371
6699
|
}
|
|
6372
6700
|
]
|
|
6373
6701
|
},
|
|
6374
6702
|
{
|
|
6375
|
-
"name": "
|
|
6376
|
-
"description": "The
|
|
6703
|
+
"name": "cursor",
|
|
6704
|
+
"description": "The **`cursor`** CSS property sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"alias\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"alias\",\n \"md\": \"all-scroll\",\n \"lg\": \"auto\",\n \"xl\": \"cell\"\n}\n```\n\n- alias\n- all-scroll\n- auto\n- cell\n- col-resize\n- context-menu\n- copy\n- crosshair\n- default\n- e-resize\n- ew-resize\n- grab\n- grabbing\n- help\n- move\n- n-resize\n- ne-resize\n- nesw-resize\n- no-drop\n- none\n- not-allowed\n- ns-resize\n- nw-resize\n- nwse-resize\n- pointer\n- progress\n- row-resize\n- s-resize\n- se-resize\n- sw-resize\n- text\n- vertical-text\n- w-resize\n- wait\n- zoom-in\n- zoom-out",
|
|
6377
6705
|
"values": [
|
|
6378
6706
|
{
|
|
6379
|
-
"name": "
|
|
6707
|
+
"name": "alias"
|
|
6380
6708
|
},
|
|
6381
6709
|
{
|
|
6382
|
-
"name": "
|
|
6710
|
+
"name": "all-scroll"
|
|
6383
6711
|
},
|
|
6384
6712
|
{
|
|
6385
|
-
"name": "
|
|
6713
|
+
"name": "auto"
|
|
6386
6714
|
},
|
|
6387
6715
|
{
|
|
6388
|
-
"name": "
|
|
6716
|
+
"name": "cell"
|
|
6389
6717
|
},
|
|
6390
6718
|
{
|
|
6391
|
-
"name": "
|
|
6719
|
+
"name": "col-resize"
|
|
6392
6720
|
},
|
|
6393
6721
|
{
|
|
6394
|
-
"name": "
|
|
6722
|
+
"name": "context-menu"
|
|
6395
6723
|
},
|
|
6396
6724
|
{
|
|
6397
|
-
"name": "
|
|
6725
|
+
"name": "copy"
|
|
6398
6726
|
},
|
|
6399
6727
|
{
|
|
6400
|
-
"name": "
|
|
6728
|
+
"name": "crosshair"
|
|
6401
6729
|
},
|
|
6402
6730
|
{
|
|
6403
|
-
"name": "
|
|
6731
|
+
"name": "default"
|
|
6404
6732
|
},
|
|
6405
6733
|
{
|
|
6406
|
-
"name": "
|
|
6734
|
+
"name": "e-resize"
|
|
6407
6735
|
},
|
|
6408
6736
|
{
|
|
6409
|
-
"name": "
|
|
6737
|
+
"name": "ew-resize"
|
|
6410
6738
|
},
|
|
6411
6739
|
{
|
|
6412
|
-
"name": "
|
|
6740
|
+
"name": "grab"
|
|
6413
6741
|
},
|
|
6414
6742
|
{
|
|
6415
|
-
"name": "
|
|
6743
|
+
"name": "grabbing"
|
|
6416
6744
|
},
|
|
6417
6745
|
{
|
|
6418
|
-
"name": "
|
|
6746
|
+
"name": "help"
|
|
6419
6747
|
},
|
|
6420
6748
|
{
|
|
6421
|
-
"name": "
|
|
6749
|
+
"name": "move"
|
|
6422
6750
|
},
|
|
6423
6751
|
{
|
|
6424
|
-
"name": "
|
|
6425
|
-
}
|
|
6426
|
-
]
|
|
6427
|
-
},
|
|
6428
|
-
{
|
|
6429
|
-
"name": "pt",
|
|
6430
|
-
"description": "The pt shorthand property sets the height of the padding area on the top of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
6431
|
-
"values": [
|
|
6752
|
+
"name": "n-resize"
|
|
6753
|
+
},
|
|
6432
6754
|
{
|
|
6433
|
-
"name": "
|
|
6755
|
+
"name": "ne-resize"
|
|
6434
6756
|
},
|
|
6435
6757
|
{
|
|
6436
|
-
"name": "
|
|
6758
|
+
"name": "nesw-resize"
|
|
6437
6759
|
},
|
|
6438
6760
|
{
|
|
6439
|
-
"name": "
|
|
6761
|
+
"name": "no-drop"
|
|
6440
6762
|
},
|
|
6441
6763
|
{
|
|
6442
|
-
"name": "
|
|
6764
|
+
"name": "none"
|
|
6443
6765
|
},
|
|
6444
6766
|
{
|
|
6445
|
-
"name": "
|
|
6767
|
+
"name": "not-allowed"
|
|
6446
6768
|
},
|
|
6447
6769
|
{
|
|
6448
|
-
"name": "
|
|
6770
|
+
"name": "ns-resize"
|
|
6449
6771
|
},
|
|
6450
6772
|
{
|
|
6451
|
-
"name": "
|
|
6773
|
+
"name": "nw-resize"
|
|
6452
6774
|
},
|
|
6453
6775
|
{
|
|
6454
|
-
"name": "
|
|
6776
|
+
"name": "nwse-resize"
|
|
6455
6777
|
},
|
|
6456
6778
|
{
|
|
6457
|
-
"name": "
|
|
6779
|
+
"name": "pointer"
|
|
6458
6780
|
},
|
|
6459
6781
|
{
|
|
6460
|
-
"name": "
|
|
6782
|
+
"name": "progress"
|
|
6461
6783
|
},
|
|
6462
6784
|
{
|
|
6463
|
-
"name": "
|
|
6785
|
+
"name": "row-resize"
|
|
6464
6786
|
},
|
|
6465
6787
|
{
|
|
6466
|
-
"name": "
|
|
6788
|
+
"name": "s-resize"
|
|
6467
6789
|
},
|
|
6468
6790
|
{
|
|
6469
|
-
"name": "
|
|
6791
|
+
"name": "se-resize"
|
|
6470
6792
|
},
|
|
6471
6793
|
{
|
|
6472
|
-
"name": "
|
|
6794
|
+
"name": "sw-resize"
|
|
6473
6795
|
},
|
|
6474
6796
|
{
|
|
6475
|
-
"name": "
|
|
6797
|
+
"name": "text"
|
|
6476
6798
|
},
|
|
6477
6799
|
{
|
|
6478
|
-
"name": "
|
|
6800
|
+
"name": "vertical-text"
|
|
6801
|
+
},
|
|
6802
|
+
{
|
|
6803
|
+
"name": "w-resize"
|
|
6804
|
+
},
|
|
6805
|
+
{
|
|
6806
|
+
"name": "wait"
|
|
6807
|
+
},
|
|
6808
|
+
{
|
|
6809
|
+
"name": "zoom-in"
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
"name": "zoom-out"
|
|
6479
6813
|
}
|
|
6480
6814
|
]
|
|
6481
6815
|
},
|
|
6482
6816
|
{
|
|
6483
|
-
"name": "
|
|
6484
|
-
"description": "The
|
|
6817
|
+
"name": "overflow-x",
|
|
6818
|
+
"description": "The **`overflow-x`** CSS property sets what shows when content overflows a block-level element's left and right edges. This may be nothing, a scroll bar, or the overflow content.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"clip\",\n \"lg\": \"hidden\",\n \"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
6485
6819
|
"values": [
|
|
6486
6820
|
{
|
|
6487
|
-
"name": "
|
|
6821
|
+
"name": "auto"
|
|
6488
6822
|
},
|
|
6489
6823
|
{
|
|
6490
|
-
"name": "
|
|
6824
|
+
"name": "clip"
|
|
6491
6825
|
},
|
|
6492
6826
|
{
|
|
6493
|
-
"name": "
|
|
6827
|
+
"name": "hidden"
|
|
6494
6828
|
},
|
|
6495
6829
|
{
|
|
6496
|
-
"name": "
|
|
6830
|
+
"name": "scroll"
|
|
6497
6831
|
},
|
|
6498
6832
|
{
|
|
6499
|
-
"name": "
|
|
6500
|
-
}
|
|
6833
|
+
"name": "visible"
|
|
6834
|
+
}
|
|
6835
|
+
]
|
|
6836
|
+
},
|
|
6837
|
+
{
|
|
6838
|
+
"name": "overflow-y",
|
|
6839
|
+
"description": "The **`overflow-y`** CSS property sets what shows when content overflows a block-level element's top and bottom edges. This may be nothing, a scroll bar, or the overflow content.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"clip\",\n \"lg\": \"hidden\",\n \"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
6840
|
+
"values": [
|
|
6501
6841
|
{
|
|
6502
|
-
"name": "
|
|
6842
|
+
"name": "auto"
|
|
6503
6843
|
},
|
|
6504
6844
|
{
|
|
6505
|
-
"name": "
|
|
6845
|
+
"name": "clip"
|
|
6506
6846
|
},
|
|
6507
6847
|
{
|
|
6508
|
-
"name": "
|
|
6848
|
+
"name": "hidden"
|
|
6509
6849
|
},
|
|
6510
6850
|
{
|
|
6511
|
-
"name": "
|
|
6851
|
+
"name": "scroll"
|
|
6512
6852
|
},
|
|
6513
6853
|
{
|
|
6514
|
-
"name": "
|
|
6854
|
+
"name": "visible"
|
|
6855
|
+
}
|
|
6856
|
+
]
|
|
6857
|
+
},
|
|
6858
|
+
{
|
|
6859
|
+
"name": "transition-timing-function",
|
|
6860
|
+
"description": "The **`transition-timing-function`** CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.\n\n\n**Initial value**: `ease`\n\nThis property supports responsive values. You can pass a single value like `\"ease\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"ease\",\n \"md\": \"ease-in\",\n \"lg\": \"ease-in-out\",\n \"xl\": \"ease-out\"\n}\n```\n\n- ease\n- ease-in\n- ease-in-out\n- ease-out\n- linear\n- step-end\n- step-start",
|
|
6861
|
+
"values": [
|
|
6862
|
+
{
|
|
6863
|
+
"name": "ease"
|
|
6515
6864
|
},
|
|
6516
6865
|
{
|
|
6517
|
-
"name": "
|
|
6866
|
+
"name": "ease-in"
|
|
6518
6867
|
},
|
|
6519
6868
|
{
|
|
6520
|
-
"name": "
|
|
6869
|
+
"name": "ease-in-out"
|
|
6521
6870
|
},
|
|
6522
6871
|
{
|
|
6523
|
-
"name": "
|
|
6872
|
+
"name": "ease-out"
|
|
6524
6873
|
},
|
|
6525
6874
|
{
|
|
6526
|
-
"name": "
|
|
6875
|
+
"name": "linear"
|
|
6527
6876
|
},
|
|
6528
6877
|
{
|
|
6529
|
-
"name": "
|
|
6878
|
+
"name": "step-end"
|
|
6530
6879
|
},
|
|
6531
6880
|
{
|
|
6532
|
-
"name": "
|
|
6881
|
+
"name": "step-start"
|
|
6533
6882
|
}
|
|
6534
6883
|
]
|
|
6535
6884
|
},
|
|
6536
6885
|
{
|
|
6537
|
-
"name": "
|
|
6538
|
-
"description": "The
|
|
6886
|
+
"name": "text-align",
|
|
6887
|
+
"description": "The **`text-align`** CSS property sets the horizontal alignment of a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.\n\n\n**Initial value**: `start`, or a nameless value that acts as `left` if _direction_ is `ltr`, `right` if _direction_ is `rtl` if `start` is not supported by the browser.\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"center\",\n \"md\": \"end\",\n \"lg\": \"justify\",\n \"xl\": \"left\"\n}\n```\n\n- center\n- end\n- justify\n- left\n- match-parent\n- right\n- start",
|
|
6539
6888
|
"values": [
|
|
6540
6889
|
{
|
|
6541
|
-
"name": "
|
|
6542
|
-
},
|
|
6543
|
-
{
|
|
6544
|
-
"name": "$2xs"
|
|
6890
|
+
"name": "center"
|
|
6545
6891
|
},
|
|
6546
6892
|
{
|
|
6547
|
-
"name": "
|
|
6893
|
+
"name": "end"
|
|
6548
6894
|
},
|
|
6549
6895
|
{
|
|
6550
|
-
"name": "
|
|
6896
|
+
"name": "justify"
|
|
6551
6897
|
},
|
|
6552
6898
|
{
|
|
6553
|
-
"name": "
|
|
6899
|
+
"name": "left"
|
|
6554
6900
|
},
|
|
6555
6901
|
{
|
|
6556
|
-
"name": "
|
|
6902
|
+
"name": "match-parent"
|
|
6557
6903
|
},
|
|
6558
6904
|
{
|
|
6559
|
-
"name": "
|
|
6905
|
+
"name": "right"
|
|
6560
6906
|
},
|
|
6561
6907
|
{
|
|
6562
|
-
"name": "
|
|
6563
|
-
}
|
|
6908
|
+
"name": "start"
|
|
6909
|
+
}
|
|
6910
|
+
]
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"name": "opacity",
|
|
6914
|
+
"description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n\n**Initial value**: `1.0`",
|
|
6915
|
+
"values": []
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"name": "vertical-align",
|
|
6919
|
+
"description": "The **`vertical-align`** CSS property sets vertical alignment of an inline, inline-block or table-cell box.\n\n\n**Initial value**: `baseline`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"bottom\",\n \"lg\": \"middle\",\n \"xl\": \"sub\"\n}\n```\n\n- baseline\n- bottom\n- middle\n- sub\n- super\n- text-bottom\n- text-top\n- top",
|
|
6920
|
+
"values": [
|
|
6564
6921
|
{
|
|
6565
|
-
"name": "
|
|
6922
|
+
"name": "baseline"
|
|
6566
6923
|
},
|
|
6567
6924
|
{
|
|
6568
|
-
"name": "
|
|
6925
|
+
"name": "bottom"
|
|
6569
6926
|
},
|
|
6570
6927
|
{
|
|
6571
|
-
"name": "
|
|
6928
|
+
"name": "middle"
|
|
6572
6929
|
},
|
|
6573
6930
|
{
|
|
6574
|
-
"name": "
|
|
6931
|
+
"name": "sub"
|
|
6575
6932
|
},
|
|
6576
6933
|
{
|
|
6577
|
-
"name": "
|
|
6934
|
+
"name": "super"
|
|
6578
6935
|
},
|
|
6579
6936
|
{
|
|
6580
|
-
"name": "
|
|
6937
|
+
"name": "text-bottom"
|
|
6581
6938
|
},
|
|
6582
6939
|
{
|
|
6583
|
-
"name": "
|
|
6940
|
+
"name": "text-top"
|
|
6584
6941
|
},
|
|
6585
6942
|
{
|
|
6586
|
-
"name": "
|
|
6943
|
+
"name": "top"
|
|
6587
6944
|
}
|
|
6588
6945
|
]
|
|
6589
6946
|
},
|
|
6590
6947
|
{
|
|
6591
|
-
"name": "
|
|
6592
|
-
"description": "The
|
|
6948
|
+
"name": "white-space",
|
|
6949
|
+
"description": "The **`white-space`** CSS property sets how white space inside an element is handled.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"break-spaces\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"break-spaces\",\n \"md\": \"normal\",\n \"lg\": \"nowrap\",\n \"xl\": \"pre\"\n}\n```\n\n- break-spaces\n- normal\n- nowrap\n- pre\n- pre-line\n- pre-wrap",
|
|
6593
6950
|
"values": [
|
|
6594
6951
|
{
|
|
6595
|
-
"name": "
|
|
6952
|
+
"name": "break-spaces"
|
|
6596
6953
|
},
|
|
6597
6954
|
{
|
|
6598
|
-
"name": "
|
|
6955
|
+
"name": "normal"
|
|
6599
6956
|
},
|
|
6600
6957
|
{
|
|
6601
|
-
"name": "
|
|
6958
|
+
"name": "nowrap"
|
|
6602
6959
|
},
|
|
6603
6960
|
{
|
|
6604
|
-
"name": "
|
|
6961
|
+
"name": "pre"
|
|
6605
6962
|
},
|
|
6606
6963
|
{
|
|
6607
|
-
"name": "
|
|
6964
|
+
"name": "pre-line"
|
|
6608
6965
|
},
|
|
6609
6966
|
{
|
|
6610
|
-
"name": "
|
|
6967
|
+
"name": "pre-wrap"
|
|
6968
|
+
}
|
|
6969
|
+
]
|
|
6970
|
+
},
|
|
6971
|
+
{
|
|
6972
|
+
"name": "flex",
|
|
6973
|
+
"description": "The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"content\",\n \"lg\": \"fit-content\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- content\n- fit-content\n- max-content\n- min-content\n- none\n- stretch",
|
|
6974
|
+
"values": [
|
|
6975
|
+
{
|
|
6976
|
+
"name": "auto"
|
|
6611
6977
|
},
|
|
6612
6978
|
{
|
|
6613
|
-
"name": "
|
|
6979
|
+
"name": "content"
|
|
6614
6980
|
},
|
|
6615
6981
|
{
|
|
6616
|
-
"name": "
|
|
6982
|
+
"name": "fit-content"
|
|
6617
6983
|
},
|
|
6618
6984
|
{
|
|
6619
|
-
"name": "
|
|
6985
|
+
"name": "max-content"
|
|
6620
6986
|
},
|
|
6621
6987
|
{
|
|
6622
|
-
"name": "
|
|
6988
|
+
"name": "min-content"
|
|
6623
6989
|
},
|
|
6624
6990
|
{
|
|
6625
|
-
"name": "
|
|
6991
|
+
"name": "none"
|
|
6626
6992
|
},
|
|
6627
6993
|
{
|
|
6628
|
-
"name": "
|
|
6994
|
+
"name": "stretch"
|
|
6995
|
+
}
|
|
6996
|
+
]
|
|
6997
|
+
},
|
|
6998
|
+
{
|
|
6999
|
+
"name": "grid-area",
|
|
7000
|
+
"description": "The **`grid-area`** CSS shorthand property specifies a grid item’s size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.",
|
|
7001
|
+
"values": []
|
|
7002
|
+
},
|
|
7003
|
+
{
|
|
7004
|
+
"name": "background-position",
|
|
7005
|
+
"description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `0% 0%`\n\nThis property supports responsive values. You can pass a single value like `\"bottom\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"bottom\",\n \"md\": \"center\",\n \"lg\": \"left\",\n \"xl\": \"right\"\n}\n```\n\n- bottom\n- center\n- left\n- right\n- top",
|
|
7006
|
+
"values": [
|
|
7007
|
+
{
|
|
7008
|
+
"name": "bottom"
|
|
6629
7009
|
},
|
|
6630
7010
|
{
|
|
6631
|
-
"name": "
|
|
7011
|
+
"name": "center"
|
|
6632
7012
|
},
|
|
6633
7013
|
{
|
|
6634
|
-
"name": "
|
|
7014
|
+
"name": "left"
|
|
6635
7015
|
},
|
|
6636
7016
|
{
|
|
6637
|
-
"name": "
|
|
7017
|
+
"name": "right"
|
|
6638
7018
|
},
|
|
6639
7019
|
{
|
|
6640
|
-
"name": "
|
|
7020
|
+
"name": "top"
|
|
6641
7021
|
}
|
|
6642
7022
|
]
|
|
6643
7023
|
},
|
|
6644
7024
|
{
|
|
6645
|
-
"name": "
|
|
6646
|
-
"description": "The
|
|
7025
|
+
"name": "flex-flow",
|
|
7026
|
+
"description": "The **`flex-flow`** CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"column\",\n \"md\": \"column-reverse\",\n \"lg\": \"nowrap\",\n \"xl\": \"row\"\n}\n```\n\n- column\n- column-reverse\n- nowrap\n- row\n- row-reverse\n- wrap\n- wrap-reverse",
|
|
6647
7027
|
"values": [
|
|
6648
7028
|
{
|
|
6649
|
-
"name": "
|
|
7029
|
+
"name": "column"
|
|
6650
7030
|
},
|
|
6651
7031
|
{
|
|
6652
|
-
"name": "
|
|
7032
|
+
"name": "column-reverse"
|
|
6653
7033
|
},
|
|
6654
7034
|
{
|
|
6655
|
-
"name": "
|
|
7035
|
+
"name": "nowrap"
|
|
6656
7036
|
},
|
|
6657
7037
|
{
|
|
6658
|
-
"name": "
|
|
7038
|
+
"name": "row"
|
|
6659
7039
|
},
|
|
6660
7040
|
{
|
|
6661
|
-
"name": "
|
|
7041
|
+
"name": "row-reverse"
|
|
6662
7042
|
},
|
|
6663
7043
|
{
|
|
6664
|
-
"name": "
|
|
7044
|
+
"name": "wrap"
|
|
6665
7045
|
},
|
|
6666
7046
|
{
|
|
6667
|
-
"name": "
|
|
6668
|
-
}
|
|
7047
|
+
"name": "wrap-reverse"
|
|
7048
|
+
}
|
|
7049
|
+
]
|
|
7050
|
+
},
|
|
7051
|
+
{
|
|
7052
|
+
"name": "border-style",
|
|
7053
|
+
"description": "The **`border-style`** shorthand CSS property sets the line style for all four sides of an element's border.\n\nThis property supports responsive values. You can pass a single value like `\"dashed\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"dashed\",\n \"md\": \"dotted\",\n \"lg\": \"double\",\n \"xl\": \"groove\"\n}\n```\n\n- dashed\n- dotted\n- double\n- groove\n- hidden\n- inset\n- none\n- outset\n- ridge\n- solid",
|
|
7054
|
+
"values": [
|
|
6669
7055
|
{
|
|
6670
|
-
"name": "
|
|
7056
|
+
"name": "dashed"
|
|
6671
7057
|
},
|
|
6672
7058
|
{
|
|
6673
|
-
"name": "
|
|
7059
|
+
"name": "dotted"
|
|
6674
7060
|
},
|
|
6675
7061
|
{
|
|
6676
|
-
"name": "
|
|
7062
|
+
"name": "double"
|
|
6677
7063
|
},
|
|
6678
7064
|
{
|
|
6679
|
-
"name": "
|
|
7065
|
+
"name": "groove"
|
|
6680
7066
|
},
|
|
6681
7067
|
{
|
|
6682
|
-
"name": "
|
|
7068
|
+
"name": "hidden"
|
|
6683
7069
|
},
|
|
6684
7070
|
{
|
|
6685
|
-
"name": "
|
|
7071
|
+
"name": "inset"
|
|
6686
7072
|
},
|
|
6687
7073
|
{
|
|
6688
|
-
"name": "
|
|
7074
|
+
"name": "none"
|
|
6689
7075
|
},
|
|
6690
7076
|
{
|
|
6691
|
-
"name": "
|
|
7077
|
+
"name": "outset"
|
|
6692
7078
|
},
|
|
6693
7079
|
{
|
|
6694
|
-
"name": "
|
|
7080
|
+
"name": "ridge"
|
|
6695
7081
|
},
|
|
6696
7082
|
{
|
|
6697
|
-
"name": "
|
|
7083
|
+
"name": "solid"
|
|
6698
7084
|
}
|
|
6699
7085
|
]
|
|
6700
7086
|
},
|
|
6701
7087
|
{
|
|
6702
|
-
"name": "
|
|
6703
|
-
"description": "The
|
|
7088
|
+
"name": "overflow",
|
|
7089
|
+
"description": "The **`overflow`** CSS shorthand property sets the desired behavior for an element's overflow — i.e. when an element's content is too big to fit in its block formatting context — in both directions.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"clip\",\n \"lg\": \"hidden\",\n \"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
6704
7090
|
"values": [
|
|
6705
7091
|
{
|
|
6706
|
-
"name": "
|
|
7092
|
+
"name": "auto"
|
|
6707
7093
|
},
|
|
6708
7094
|
{
|
|
6709
|
-
"name": "
|
|
7095
|
+
"name": "clip"
|
|
6710
7096
|
},
|
|
6711
7097
|
{
|
|
6712
|
-
"name": "
|
|
7098
|
+
"name": "hidden"
|
|
6713
7099
|
},
|
|
6714
7100
|
{
|
|
6715
|
-
"name": "
|
|
7101
|
+
"name": "scroll"
|
|
6716
7102
|
},
|
|
6717
7103
|
{
|
|
6718
|
-
"name": "
|
|
7104
|
+
"name": "visible"
|
|
7105
|
+
}
|
|
7106
|
+
]
|
|
7107
|
+
},
|
|
7108
|
+
{
|
|
7109
|
+
"name": "text-decoration",
|
|
7110
|
+
"description": "The **`text-decoration`** shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for `text-decoration-line`, `text-decoration-color`, `text-decoration-style`, and the newer `text-decoration-thickness` property.\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"blink\",\n \"lg\": \"dashed\",\n \"xl\": \"dotted\"\n}\n```\n\n- auto\n- blink\n- dashed\n- dotted\n- double\n- from-font\n- grammar-error\n- line-through\n- none\n- overline\n- solid\n- spelling-error\n- underline\n- wavy",
|
|
7111
|
+
"values": [
|
|
7112
|
+
{
|
|
7113
|
+
"name": "auto"
|
|
6719
7114
|
},
|
|
6720
7115
|
{
|
|
6721
|
-
"name": "
|
|
7116
|
+
"name": "blink"
|
|
6722
7117
|
},
|
|
6723
7118
|
{
|
|
6724
|
-
"name": "
|
|
7119
|
+
"name": "dashed"
|
|
6725
7120
|
},
|
|
6726
7121
|
{
|
|
6727
|
-
"name": "
|
|
7122
|
+
"name": "dotted"
|
|
6728
7123
|
},
|
|
6729
7124
|
{
|
|
6730
|
-
"name": "
|
|
7125
|
+
"name": "double"
|
|
6731
7126
|
},
|
|
6732
7127
|
{
|
|
6733
|
-
"name": "
|
|
7128
|
+
"name": "from-font"
|
|
6734
7129
|
},
|
|
6735
7130
|
{
|
|
6736
|
-
"name": "
|
|
7131
|
+
"name": "grammar-error"
|
|
6737
7132
|
},
|
|
6738
7133
|
{
|
|
6739
|
-
"name": "
|
|
7134
|
+
"name": "line-through"
|
|
6740
7135
|
},
|
|
6741
7136
|
{
|
|
6742
|
-
"name": "
|
|
7137
|
+
"name": "none"
|
|
6743
7138
|
},
|
|
6744
7139
|
{
|
|
6745
|
-
"name": "
|
|
7140
|
+
"name": "overline"
|
|
6746
7141
|
},
|
|
6747
7142
|
{
|
|
6748
|
-
"name": "
|
|
7143
|
+
"name": "solid"
|
|
6749
7144
|
},
|
|
6750
7145
|
{
|
|
6751
|
-
"name": "
|
|
7146
|
+
"name": "spelling-error"
|
|
6752
7147
|
},
|
|
6753
7148
|
{
|
|
6754
|
-
"name": "
|
|
7149
|
+
"name": "underline"
|
|
7150
|
+
},
|
|
7151
|
+
{
|
|
7152
|
+
"name": "wavy"
|
|
6755
7153
|
}
|
|
6756
7154
|
]
|
|
6757
7155
|
},
|
|
6758
7156
|
{
|
|
6759
|
-
"name": "
|
|
6760
|
-
"
|
|
7157
|
+
"name": "as",
|
|
7158
|
+
"default": "div",
|
|
7159
|
+
"description": "Changes the rendered element.\n\n- a\n- abbr\n- address\n- area\n- article\n- aside\n- audio\n- b\n- base\n- bdi\n- bdo\n- blockquote\n- body\n- br\n- button\n- canvas\n- caption\n- cite\n- code\n- col\n- colgroup\n- data\n- datalist\n- dd\n- del\n- details\n- dfn\n- dialog\n- div\n- dl\n- dt\n- em\n- embed\n- fieldset\n- figcaption\n- figure\n- footer\n- form\n- h1\n- h2\n- h3\n- h4\n- h5\n- h6\n- head\n- header\n- hgroup\n- hr\n- html\n- i\n- iframe\n- img\n- input\n- ins\n- kbd\n- label\n- legend\n- li\n- link\n- main\n- map\n- mark\n- menu\n- meta\n- meter\n- nav\n- noscript\n- object\n- ol\n- optgroup\n- option\n- output\n- p\n- picture\n- pre\n- progress\n- q\n- rarui-box\n- rp\n- rt\n- ruby\n- s\n- samp\n- script\n- section\n- select\n- slot\n- small\n- source\n- span\n- strong\n- style\n- sub\n- summary\n- sup\n- table\n- tbody\n- td\n- template\n- textarea\n- tfoot\n- th\n- thead\n- time\n- title\n- tr\n- track\n- u\n- ul\n- var\n- video\n- wbr",
|
|
7160
|
+
"type": "string",
|
|
6761
7161
|
"values": [
|
|
6762
7162
|
{
|
|
6763
|
-
"name": "
|
|
6764
|
-
},
|
|
6765
|
-
{
|
|
6766
|
-
"name": "$2xs"
|
|
6767
|
-
},
|
|
6768
|
-
{
|
|
6769
|
-
"name": "$3xl"
|
|
6770
|
-
},
|
|
6771
|
-
{
|
|
6772
|
-
"name": "$3xs"
|
|
6773
|
-
},
|
|
6774
|
-
{
|
|
6775
|
-
"name": "$4xl"
|
|
6776
|
-
},
|
|
6777
|
-
{
|
|
6778
|
-
"name": "$4xs"
|
|
7163
|
+
"name": "a"
|
|
6779
7164
|
},
|
|
6780
7165
|
{
|
|
6781
|
-
"name": "
|
|
7166
|
+
"name": "abbr"
|
|
6782
7167
|
},
|
|
6783
7168
|
{
|
|
6784
|
-
"name": "
|
|
7169
|
+
"name": "address"
|
|
6785
7170
|
},
|
|
6786
7171
|
{
|
|
6787
|
-
"name": "
|
|
7172
|
+
"name": "area"
|
|
6788
7173
|
},
|
|
6789
7174
|
{
|
|
6790
|
-
"name": "
|
|
7175
|
+
"name": "article"
|
|
6791
7176
|
},
|
|
6792
7177
|
{
|
|
6793
|
-
"name": "
|
|
7178
|
+
"name": "aside"
|
|
6794
7179
|
},
|
|
6795
7180
|
{
|
|
6796
|
-
"name": "
|
|
7181
|
+
"name": "audio"
|
|
6797
7182
|
},
|
|
6798
7183
|
{
|
|
6799
|
-
"name": "
|
|
7184
|
+
"name": "b"
|
|
6800
7185
|
},
|
|
6801
7186
|
{
|
|
6802
|
-
"name": "
|
|
7187
|
+
"name": "base"
|
|
6803
7188
|
},
|
|
6804
7189
|
{
|
|
6805
|
-
"name": "
|
|
7190
|
+
"name": "bdi"
|
|
6806
7191
|
},
|
|
6807
7192
|
{
|
|
6808
|
-
"name": "
|
|
7193
|
+
"name": "bdo"
|
|
6809
7194
|
},
|
|
6810
7195
|
{
|
|
6811
|
-
"name": "
|
|
6812
|
-
}
|
|
6813
|
-
]
|
|
6814
|
-
},
|
|
6815
|
-
{
|
|
6816
|
-
"name": "mr",
|
|
6817
|
-
"description": "The mr property sets the margin area on the right side of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
6818
|
-
"values": [
|
|
6819
|
-
{
|
|
6820
|
-
"name": "$2xl"
|
|
7196
|
+
"name": "blockquote"
|
|
6821
7197
|
},
|
|
6822
7198
|
{
|
|
6823
|
-
"name": "
|
|
7199
|
+
"name": "body"
|
|
6824
7200
|
},
|
|
6825
7201
|
{
|
|
6826
|
-
"name": "
|
|
7202
|
+
"name": "br"
|
|
6827
7203
|
},
|
|
6828
7204
|
{
|
|
6829
|
-
"name": "
|
|
7205
|
+
"name": "button"
|
|
6830
7206
|
},
|
|
6831
7207
|
{
|
|
6832
|
-
"name": "
|
|
7208
|
+
"name": "canvas"
|
|
6833
7209
|
},
|
|
6834
7210
|
{
|
|
6835
|
-
"name": "
|
|
7211
|
+
"name": "caption"
|
|
6836
7212
|
},
|
|
6837
7213
|
{
|
|
6838
|
-
"name": "
|
|
7214
|
+
"name": "cite"
|
|
6839
7215
|
},
|
|
6840
7216
|
{
|
|
6841
|
-
"name": "
|
|
7217
|
+
"name": "code"
|
|
6842
7218
|
},
|
|
6843
7219
|
{
|
|
6844
|
-
"name": "
|
|
7220
|
+
"name": "col"
|
|
6845
7221
|
},
|
|
6846
7222
|
{
|
|
6847
|
-
"name": "
|
|
7223
|
+
"name": "colgroup"
|
|
6848
7224
|
},
|
|
6849
7225
|
{
|
|
6850
|
-
"name": "
|
|
7226
|
+
"name": "data"
|
|
6851
7227
|
},
|
|
6852
7228
|
{
|
|
6853
|
-
"name": "
|
|
7229
|
+
"name": "datalist"
|
|
6854
7230
|
},
|
|
6855
7231
|
{
|
|
6856
|
-
"name": "
|
|
7232
|
+
"name": "dd"
|
|
6857
7233
|
},
|
|
6858
7234
|
{
|
|
6859
|
-
"name": "
|
|
7235
|
+
"name": "del"
|
|
6860
7236
|
},
|
|
6861
7237
|
{
|
|
6862
|
-
"name": "
|
|
7238
|
+
"name": "details"
|
|
6863
7239
|
},
|
|
6864
7240
|
{
|
|
6865
|
-
"name": "
|
|
7241
|
+
"name": "dfn"
|
|
6866
7242
|
},
|
|
6867
7243
|
{
|
|
6868
|
-
"name": "
|
|
6869
|
-
}
|
|
6870
|
-
]
|
|
6871
|
-
},
|
|
6872
|
-
{
|
|
6873
|
-
"name": "ml",
|
|
6874
|
-
"description": "The ml property sets the margin area on the left side of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
6875
|
-
"values": [
|
|
7244
|
+
"name": "dialog"
|
|
7245
|
+
},
|
|
6876
7246
|
{
|
|
6877
|
-
"name": "
|
|
7247
|
+
"name": "div",
|
|
7248
|
+
"description": "(default)"
|
|
6878
7249
|
},
|
|
6879
7250
|
{
|
|
6880
|
-
"name": "
|
|
7251
|
+
"name": "dl"
|
|
6881
7252
|
},
|
|
6882
7253
|
{
|
|
6883
|
-
"name": "
|
|
7254
|
+
"name": "dt"
|
|
6884
7255
|
},
|
|
6885
7256
|
{
|
|
6886
|
-
"name": "
|
|
7257
|
+
"name": "em"
|
|
6887
7258
|
},
|
|
6888
7259
|
{
|
|
6889
|
-
"name": "
|
|
7260
|
+
"name": "embed"
|
|
6890
7261
|
},
|
|
6891
7262
|
{
|
|
6892
|
-
"name": "
|
|
7263
|
+
"name": "fieldset"
|
|
6893
7264
|
},
|
|
6894
7265
|
{
|
|
6895
|
-
"name": "
|
|
7266
|
+
"name": "figcaption"
|
|
6896
7267
|
},
|
|
6897
7268
|
{
|
|
6898
|
-
"name": "
|
|
7269
|
+
"name": "figure"
|
|
6899
7270
|
},
|
|
6900
7271
|
{
|
|
6901
|
-
"name": "
|
|
7272
|
+
"name": "footer"
|
|
6902
7273
|
},
|
|
6903
7274
|
{
|
|
6904
|
-
"name": "
|
|
7275
|
+
"name": "form"
|
|
6905
7276
|
},
|
|
6906
7277
|
{
|
|
6907
|
-
"name": "
|
|
7278
|
+
"name": "h1"
|
|
6908
7279
|
},
|
|
6909
7280
|
{
|
|
6910
|
-
"name": "
|
|
7281
|
+
"name": "h2"
|
|
6911
7282
|
},
|
|
6912
7283
|
{
|
|
6913
|
-
"name": "
|
|
7284
|
+
"name": "h3"
|
|
6914
7285
|
},
|
|
6915
7286
|
{
|
|
6916
|
-
"name": "
|
|
7287
|
+
"name": "h4"
|
|
6917
7288
|
},
|
|
6918
7289
|
{
|
|
6919
|
-
"name": "
|
|
7290
|
+
"name": "h5"
|
|
6920
7291
|
},
|
|
6921
7292
|
{
|
|
6922
|
-
"name": "
|
|
7293
|
+
"name": "h6"
|
|
6923
7294
|
},
|
|
6924
7295
|
{
|
|
6925
|
-
"name": "
|
|
6926
|
-
}
|
|
6927
|
-
]
|
|
6928
|
-
},
|
|
6929
|
-
{
|
|
6930
|
-
"name": "mt",
|
|
6931
|
-
"description": "The mt property sets the margin area on the top of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
6932
|
-
"values": [
|
|
7296
|
+
"name": "head"
|
|
7297
|
+
},
|
|
6933
7298
|
{
|
|
6934
|
-
"name": "
|
|
7299
|
+
"name": "header"
|
|
6935
7300
|
},
|
|
6936
7301
|
{
|
|
6937
|
-
"name": "
|
|
7302
|
+
"name": "hgroup"
|
|
6938
7303
|
},
|
|
6939
7304
|
{
|
|
6940
|
-
"name": "
|
|
7305
|
+
"name": "hr"
|
|
6941
7306
|
},
|
|
6942
7307
|
{
|
|
6943
|
-
"name": "
|
|
7308
|
+
"name": "html"
|
|
6944
7309
|
},
|
|
6945
7310
|
{
|
|
6946
|
-
"name": "
|
|
7311
|
+
"name": "i"
|
|
6947
7312
|
},
|
|
6948
7313
|
{
|
|
6949
|
-
"name": "
|
|
7314
|
+
"name": "iframe"
|
|
6950
7315
|
},
|
|
6951
7316
|
{
|
|
6952
|
-
"name": "
|
|
7317
|
+
"name": "img"
|
|
6953
7318
|
},
|
|
6954
7319
|
{
|
|
6955
|
-
"name": "
|
|
7320
|
+
"name": "input"
|
|
6956
7321
|
},
|
|
6957
7322
|
{
|
|
6958
|
-
"name": "
|
|
7323
|
+
"name": "ins"
|
|
6959
7324
|
},
|
|
6960
7325
|
{
|
|
6961
|
-
"name": "
|
|
7326
|
+
"name": "kbd"
|
|
6962
7327
|
},
|
|
6963
7328
|
{
|
|
6964
|
-
"name": "
|
|
7329
|
+
"name": "label"
|
|
6965
7330
|
},
|
|
6966
7331
|
{
|
|
6967
|
-
"name": "
|
|
7332
|
+
"name": "legend"
|
|
6968
7333
|
},
|
|
6969
7334
|
{
|
|
6970
|
-
"name": "
|
|
7335
|
+
"name": "li"
|
|
6971
7336
|
},
|
|
6972
7337
|
{
|
|
6973
|
-
"name": "
|
|
7338
|
+
"name": "link"
|
|
6974
7339
|
},
|
|
6975
7340
|
{
|
|
6976
|
-
"name": "
|
|
7341
|
+
"name": "main"
|
|
6977
7342
|
},
|
|
6978
7343
|
{
|
|
6979
|
-
"name": "
|
|
7344
|
+
"name": "map"
|
|
6980
7345
|
},
|
|
6981
7346
|
{
|
|
6982
|
-
"name": "
|
|
6983
|
-
}
|
|
6984
|
-
]
|
|
6985
|
-
},
|
|
6986
|
-
{
|
|
6987
|
-
"name": "mb",
|
|
6988
|
-
"description": "The marginBottom property sets the margin area on the bottom of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
6989
|
-
"values": [
|
|
7347
|
+
"name": "mark"
|
|
7348
|
+
},
|
|
6990
7349
|
{
|
|
6991
|
-
"name": "
|
|
7350
|
+
"name": "menu"
|
|
6992
7351
|
},
|
|
6993
7352
|
{
|
|
6994
|
-
"name": "
|
|
7353
|
+
"name": "meta"
|
|
6995
7354
|
},
|
|
6996
7355
|
{
|
|
6997
|
-
"name": "
|
|
7356
|
+
"name": "meter"
|
|
6998
7357
|
},
|
|
6999
7358
|
{
|
|
7000
|
-
"name": "
|
|
7359
|
+
"name": "nav"
|
|
7001
7360
|
},
|
|
7002
7361
|
{
|
|
7003
|
-
"name": "
|
|
7362
|
+
"name": "noscript"
|
|
7004
7363
|
},
|
|
7005
7364
|
{
|
|
7006
|
-
"name": "
|
|
7365
|
+
"name": "object"
|
|
7007
7366
|
},
|
|
7008
7367
|
{
|
|
7009
|
-
"name": "
|
|
7368
|
+
"name": "ol"
|
|
7010
7369
|
},
|
|
7011
7370
|
{
|
|
7012
|
-
"name": "
|
|
7371
|
+
"name": "optgroup"
|
|
7013
7372
|
},
|
|
7014
7373
|
{
|
|
7015
|
-
"name": "
|
|
7374
|
+
"name": "option"
|
|
7016
7375
|
},
|
|
7017
7376
|
{
|
|
7018
|
-
"name": "
|
|
7377
|
+
"name": "output"
|
|
7019
7378
|
},
|
|
7020
7379
|
{
|
|
7021
|
-
"name": "
|
|
7380
|
+
"name": "p"
|
|
7022
7381
|
},
|
|
7023
7382
|
{
|
|
7024
|
-
"name": "
|
|
7383
|
+
"name": "picture"
|
|
7025
7384
|
},
|
|
7026
7385
|
{
|
|
7027
|
-
"name": "
|
|
7386
|
+
"name": "pre"
|
|
7028
7387
|
},
|
|
7029
7388
|
{
|
|
7030
|
-
"name": "
|
|
7389
|
+
"name": "progress"
|
|
7031
7390
|
},
|
|
7032
7391
|
{
|
|
7033
|
-
"name": "
|
|
7392
|
+
"name": "q"
|
|
7034
7393
|
},
|
|
7035
7394
|
{
|
|
7036
|
-
"name": "
|
|
7395
|
+
"name": "rarui-box"
|
|
7037
7396
|
},
|
|
7038
7397
|
{
|
|
7039
|
-
"name": "
|
|
7040
|
-
}
|
|
7041
|
-
]
|
|
7042
|
-
},
|
|
7043
|
-
{
|
|
7044
|
-
"name": "mx",
|
|
7045
|
-
"description": "The mx property defines the margin area on the left and right side of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
7046
|
-
"values": [
|
|
7398
|
+
"name": "rp"
|
|
7399
|
+
},
|
|
7047
7400
|
{
|
|
7048
|
-
"name": "
|
|
7401
|
+
"name": "rt"
|
|
7049
7402
|
},
|
|
7050
7403
|
{
|
|
7051
|
-
"name": "
|
|
7404
|
+
"name": "ruby"
|
|
7052
7405
|
},
|
|
7053
7406
|
{
|
|
7054
|
-
"name": "
|
|
7407
|
+
"name": "s"
|
|
7055
7408
|
},
|
|
7056
7409
|
{
|
|
7057
|
-
"name": "
|
|
7410
|
+
"name": "samp"
|
|
7058
7411
|
},
|
|
7059
7412
|
{
|
|
7060
|
-
"name": "
|
|
7413
|
+
"name": "script"
|
|
7061
7414
|
},
|
|
7062
7415
|
{
|
|
7063
|
-
"name": "
|
|
7416
|
+
"name": "section"
|
|
7064
7417
|
},
|
|
7065
7418
|
{
|
|
7066
|
-
"name": "
|
|
7419
|
+
"name": "select"
|
|
7067
7420
|
},
|
|
7068
7421
|
{
|
|
7069
|
-
"name": "
|
|
7422
|
+
"name": "slot"
|
|
7070
7423
|
},
|
|
7071
7424
|
{
|
|
7072
|
-
"name": "
|
|
7425
|
+
"name": "small"
|
|
7073
7426
|
},
|
|
7074
7427
|
{
|
|
7075
|
-
"name": "
|
|
7428
|
+
"name": "source"
|
|
7076
7429
|
},
|
|
7077
7430
|
{
|
|
7078
|
-
"name": "
|
|
7431
|
+
"name": "span"
|
|
7079
7432
|
},
|
|
7080
7433
|
{
|
|
7081
|
-
"name": "
|
|
7434
|
+
"name": "strong"
|
|
7082
7435
|
},
|
|
7083
7436
|
{
|
|
7084
|
-
"name": "
|
|
7437
|
+
"name": "style"
|
|
7085
7438
|
},
|
|
7086
7439
|
{
|
|
7087
|
-
"name": "
|
|
7440
|
+
"name": "sub"
|
|
7088
7441
|
},
|
|
7089
7442
|
{
|
|
7090
|
-
"name": "
|
|
7443
|
+
"name": "summary"
|
|
7091
7444
|
},
|
|
7092
7445
|
{
|
|
7093
|
-
"name": "
|
|
7446
|
+
"name": "sup"
|
|
7094
7447
|
},
|
|
7095
7448
|
{
|
|
7096
|
-
"name": "
|
|
7097
|
-
}
|
|
7098
|
-
]
|
|
7099
|
-
},
|
|
7100
|
-
{
|
|
7101
|
-
"name": "my",
|
|
7102
|
-
"description": "The my property defines the margin area on the top and bottom of a box\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$2xl\",\n \"md\": \"$2xs\",\n \"lg\": \"$3xl\",\n \"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
7103
|
-
"values": [
|
|
7449
|
+
"name": "table"
|
|
7450
|
+
},
|
|
7104
7451
|
{
|
|
7105
|
-
"name": "
|
|
7452
|
+
"name": "tbody"
|
|
7106
7453
|
},
|
|
7107
7454
|
{
|
|
7108
|
-
"name": "
|
|
7455
|
+
"name": "td"
|
|
7109
7456
|
},
|
|
7110
7457
|
{
|
|
7111
|
-
"name": "
|
|
7458
|
+
"name": "template"
|
|
7112
7459
|
},
|
|
7113
7460
|
{
|
|
7114
|
-
"name": "
|
|
7461
|
+
"name": "textarea"
|
|
7115
7462
|
},
|
|
7116
7463
|
{
|
|
7117
|
-
"name": "
|
|
7464
|
+
"name": "tfoot"
|
|
7118
7465
|
},
|
|
7119
7466
|
{
|
|
7120
|
-
"name": "
|
|
7467
|
+
"name": "th"
|
|
7121
7468
|
},
|
|
7122
7469
|
{
|
|
7123
|
-
"name": "
|
|
7470
|
+
"name": "thead"
|
|
7124
7471
|
},
|
|
7125
7472
|
{
|
|
7126
|
-
"name": "
|
|
7473
|
+
"name": "time"
|
|
7127
7474
|
},
|
|
7128
7475
|
{
|
|
7129
|
-
"name": "
|
|
7476
|
+
"name": "title"
|
|
7130
7477
|
},
|
|
7131
7478
|
{
|
|
7132
|
-
"name": "
|
|
7479
|
+
"name": "tr"
|
|
7133
7480
|
},
|
|
7134
7481
|
{
|
|
7135
|
-
"name": "
|
|
7482
|
+
"name": "track"
|
|
7136
7483
|
},
|
|
7137
7484
|
{
|
|
7138
|
-
"name": "
|
|
7485
|
+
"name": "u"
|
|
7139
7486
|
},
|
|
7140
7487
|
{
|
|
7141
|
-
"name": "
|
|
7488
|
+
"name": "ul"
|
|
7142
7489
|
},
|
|
7143
7490
|
{
|
|
7144
|
-
"name": "
|
|
7491
|
+
"name": "var"
|
|
7145
7492
|
},
|
|
7146
7493
|
{
|
|
7147
|
-
"name": "
|
|
7494
|
+
"name": "video"
|
|
7148
7495
|
},
|
|
7149
7496
|
{
|
|
7150
|
-
"name": "
|
|
7497
|
+
"name": "wbr"
|
|
7498
|
+
}
|
|
7499
|
+
]
|
|
7500
|
+
}
|
|
7501
|
+
]
|
|
7502
|
+
},
|
|
7503
|
+
{
|
|
7504
|
+
"name": "rarui-breadcrumb",
|
|
7505
|
+
"description": "## Rarui Breadcrumb\n---\nComponente de navegação hierárquica que permite aos usuários navegar através de uma estrutura de páginas.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/breadcrumb) for more details.",
|
|
7506
|
+
"attributes": [
|
|
7507
|
+
{
|
|
7508
|
+
"name": "items-after-truncate",
|
|
7509
|
+
"default": 10,
|
|
7510
|
+
"description": "Especifica o número de itens do breadcrumb a serem exibidos após o truncamento.\nÚtil para gerenciar a exibição de listas longas de breadcrumb.",
|
|
7511
|
+
"type": "number"
|
|
7512
|
+
}
|
|
7513
|
+
]
|
|
7514
|
+
},
|
|
7515
|
+
{
|
|
7516
|
+
"name": "rarui-breadcrumb-item",
|
|
7517
|
+
"description": "## Rarui BreadcrumbItem\n---\nItem individual do breadcrumb que pode ser renderizado como link ou botão.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/breadcrumb-item) for more details.",
|
|
7518
|
+
"attributes": [
|
|
7519
|
+
{
|
|
7520
|
+
"name": "name",
|
|
7521
|
+
"description": "Nome do item do breadcrumb exibido como texto.",
|
|
7522
|
+
"type": "string"
|
|
7523
|
+
},
|
|
7524
|
+
{
|
|
7525
|
+
"name": "active",
|
|
7526
|
+
"description": "Indicates whether the breadcrumb item is currently active.\nAn active item is typically styled differently to show that it represents the current page.",
|
|
7527
|
+
"type": "boolean"
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"name": "href",
|
|
7531
|
+
"description": "URL de destino quando o item for um link.",
|
|
7532
|
+
"type": "string"
|
|
7533
|
+
},
|
|
7534
|
+
{
|
|
7535
|
+
"name": "as",
|
|
7536
|
+
"default": "button",
|
|
7537
|
+
"description": "Tipo de elemento a ser renderizado.\n\n- a\n- button",
|
|
7538
|
+
"type": "string",
|
|
7539
|
+
"values": [
|
|
7540
|
+
{
|
|
7541
|
+
"name": "a"
|
|
7151
7542
|
},
|
|
7152
7543
|
{
|
|
7153
|
-
"name": "
|
|
7544
|
+
"name": "button",
|
|
7545
|
+
"description": "(default)"
|
|
7154
7546
|
}
|
|
7155
7547
|
]
|
|
7156
7548
|
}
|
|
@@ -7283,6 +7675,107 @@
|
|
|
7283
7675
|
}
|
|
7284
7676
|
]
|
|
7285
7677
|
},
|
|
7678
|
+
{
|
|
7679
|
+
"name": "rarui-side-navigation-item",
|
|
7680
|
+
"description": "## Rarui SideNavigationItem\n---\nA navigation item component for use within SideNavigation.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/side-navigation) for more details.",
|
|
7681
|
+
"attributes": [
|
|
7682
|
+
{
|
|
7683
|
+
"name": "active",
|
|
7684
|
+
"description": "Determines if the item is active or not.",
|
|
7685
|
+
"type": "boolean"
|
|
7686
|
+
},
|
|
7687
|
+
{
|
|
7688
|
+
"name": "level",
|
|
7689
|
+
"description": "Determines the level of nesting for the item.\n\n- 0\n- 1\n- 2",
|
|
7690
|
+
"type": "number",
|
|
7691
|
+
"values": [
|
|
7692
|
+
{
|
|
7693
|
+
"name": 0
|
|
7694
|
+
},
|
|
7695
|
+
{
|
|
7696
|
+
"name": 1
|
|
7697
|
+
},
|
|
7698
|
+
{
|
|
7699
|
+
"name": 2
|
|
7700
|
+
}
|
|
7701
|
+
]
|
|
7702
|
+
},
|
|
7703
|
+
{
|
|
7704
|
+
"name": "as",
|
|
7705
|
+
"default": "button",
|
|
7706
|
+
"description": "The HTML element type to render.\n\n- a\n- button",
|
|
7707
|
+
"type": "string",
|
|
7708
|
+
"values": [
|
|
7709
|
+
{
|
|
7710
|
+
"name": "a"
|
|
7711
|
+
},
|
|
7712
|
+
{
|
|
7713
|
+
"name": "button",
|
|
7714
|
+
"description": "(default)"
|
|
7715
|
+
}
|
|
7716
|
+
]
|
|
7717
|
+
}
|
|
7718
|
+
]
|
|
7719
|
+
},
|
|
7720
|
+
{
|
|
7721
|
+
"name": "rarui-side-navigation",
|
|
7722
|
+
"description": "## Rarui SideNavigation\n---\nA navigation component that supports collapsible content with nested items.\n\n### Slots\n- **Default slot**: Content for nested navigation items\n- **leading-start**: Content to display at the start (e.g., icons)\n- **leading-end**: Content to display at the end (e.g., custom icons)\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/side-navigation) for more details.",
|
|
7723
|
+
"attributes": [
|
|
7724
|
+
{
|
|
7725
|
+
"name": "name",
|
|
7726
|
+
"description": "Title of the sideNavigation",
|
|
7727
|
+
"type": "string"
|
|
7728
|
+
},
|
|
7729
|
+
{
|
|
7730
|
+
"name": "description",
|
|
7731
|
+
"description": "Description of the sideNavigation.",
|
|
7732
|
+
"type": "string"
|
|
7733
|
+
},
|
|
7734
|
+
{
|
|
7735
|
+
"name": "active",
|
|
7736
|
+
"default": false,
|
|
7737
|
+
"description": "Whether the navigation item is in active state.",
|
|
7738
|
+
"type": "boolean"
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"name": "level",
|
|
7742
|
+
"description": "Determines the level of nesting for the item.\n\n- 0\n- 1\n- 2",
|
|
7743
|
+
"type": "number",
|
|
7744
|
+
"values": [
|
|
7745
|
+
{
|
|
7746
|
+
"name": 0
|
|
7747
|
+
},
|
|
7748
|
+
{
|
|
7749
|
+
"name": 1
|
|
7750
|
+
},
|
|
7751
|
+
{
|
|
7752
|
+
"name": 2
|
|
7753
|
+
}
|
|
7754
|
+
]
|
|
7755
|
+
},
|
|
7756
|
+
{
|
|
7757
|
+
"name": "disabled",
|
|
7758
|
+
"default": false,
|
|
7759
|
+
"description": "Whether the navigation item is disabled.",
|
|
7760
|
+
"type": "boolean"
|
|
7761
|
+
},
|
|
7762
|
+
{
|
|
7763
|
+
"name": "as",
|
|
7764
|
+
"default": "button",
|
|
7765
|
+
"description": "The HTML element type to render.\n\n- a\n- button",
|
|
7766
|
+
"type": "string",
|
|
7767
|
+
"values": [
|
|
7768
|
+
{
|
|
7769
|
+
"name": "a"
|
|
7770
|
+
},
|
|
7771
|
+
{
|
|
7772
|
+
"name": "button",
|
|
7773
|
+
"description": "(default)"
|
|
7774
|
+
}
|
|
7775
|
+
]
|
|
7776
|
+
}
|
|
7777
|
+
]
|
|
7778
|
+
},
|
|
7286
7779
|
{
|
|
7287
7780
|
"name": "rarui-tabs",
|
|
7288
7781
|
"description": "## Rarui Tabs\n---\nThe Tabs are used to switch between different display modes or pages.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/tabs) for more details.",
|