@@ -5667,20 +5667,20 @@ samp {
5667
5667
position: sticky !important;
5668
5668
}
5669
5669
5670
- .inset-auto {
5671
- top: auto !important;
5672
- right: auto !important;
5673
- bottom: auto !important;
5674
- left: auto !important;
5675
- }
5676
-
5677
5670
.inset-0 {
5678
5671
top: 0 !important;
5679
5672
right: 0 !important;
5680
5673
bottom: 0 !important;
5681
5674
left: 0 !important;
5682
5675
}
5683
5676
5677
+ .inset-auto {
5678
+ top: auto !important;
5679
+ right: auto !important;
5680
+ bottom: auto !important;
5681
+ left: auto !important;
5682
+ }
5683
+
5684
5684
.inset-y-0 {
5685
5685
top: 0 !important;
5686
5686
bottom: 0 !important;
@@ -5691,6 +5691,16 @@ samp {
5691
5691
left: 0 !important;
5692
5692
}
5693
5693
5694
+ .inset-y-auto {
5695
+ top: auto !important;
5696
+ bottom: auto !important;
5697
+ }
5698
+
5699
+ .inset-x-auto {
5700
+ right: auto !important;
5701
+ left: auto !important;
5702
+ }
5703
+
5694
5704
.top-0 {
5695
5705
top: 0 !important;
5696
5706
}
@@ -5707,6 +5717,22 @@ samp {
5707
5717
left: 0 !important;
5708
5718
}
5709
5719
5720
+ .top-auto {
5721
+ top: auto !important;
5722
+ }
5723
+
5724
+ .right-auto {
5725
+ right: auto !important;
5726
+ }
5727
+
5728
+ .bottom-auto {
5729
+ bottom: auto !important;
5730
+ }
5731
+
5732
+ .left-auto {
5733
+ left: auto !important;
5734
+ }
5735
+
5710
5736
.resize-none {
5711
5737
resize: none !important;
5712
5738
}
@@ -12416,20 +12442,20 @@ samp {
12416
12442
position: sticky !important;
12417
12443
}
12418
12444
12419
- .sm\:inset-auto {
12420
- top: auto !important;
12421
- right: auto !important;
12422
- bottom: auto !important;
12423
- left: auto !important;
12424
- }
12425
-
12426
12445
.sm\:inset-0 {
12427
12446
top: 0 !important;
12428
12447
right: 0 !important;
12429
12448
bottom: 0 !important;
12430
12449
left: 0 !important;
12431
12450
}
12432
12451
12452
+ .sm\:inset-auto {
12453
+ top: auto !important;
12454
+ right: auto !important;
12455
+ bottom: auto !important;
12456
+ left: auto !important;
12457
+ }
12458
+
12433
12459
.sm\:inset-y-0 {
12434
12460
top: 0 !important;
12435
12461
bottom: 0 !important;
@@ -12440,6 +12466,16 @@ samp {
12440
12466
left: 0 !important;
12441
12467
}
12442
12468
12469
+ .sm\:inset-y-auto {
12470
+ top: auto !important;
12471
+ bottom: auto !important;
12472
+ }
12473
+
12474
+ .sm\:inset-x-auto {
12475
+ right: auto !important;
12476
+ left: auto !important;
12477
+ }
12478
+
12443
12479
.sm\:top-0 {
12444
12480
top: 0 !important;
12445
12481
}
@@ -12456,6 +12492,22 @@ samp {
12456
12492
left: 0 !important;
12457
12493
}
12458
12494
12495
+ .sm\:top-auto {
12496
+ top: auto !important;
12497
+ }
12498
+
12499
+ .sm\:right-auto {
12500
+ right: auto !important;
12501
+ }
12502
+
12503
+ .sm\:bottom-auto {
12504
+ bottom: auto !important;
12505
+ }
12506
+
12507
+ .sm\:left-auto {
12508
+ left: auto !important;
12509
+ }
12510
+
12459
12511
.sm\:resize-none {
12460
12512
resize: none !important;
12461
12513
}
@@ -19158,20 +19210,20 @@ samp {
19158
19210
position: sticky !important;
19159
19211
}
19160
19212
19161
- .md\:inset-auto {
19162
- top: auto !important;
19163
- right: auto !important;
19164
- bottom: auto !important;
19165
- left: auto !important;
19166
- }
19167
-
19168
19213
.md\:inset-0 {
19169
19214
top: 0 !important;
19170
19215
right: 0 !important;
19171
19216
bottom: 0 !important;
19172
19217
left: 0 !important;
19173
19218
}
19174
19219
19220
+ .md\:inset-auto {
19221
+ top: auto !important;
19222
+ right: auto !important;
19223
+ bottom: auto !important;
19224
+ left: auto !important;
19225
+ }
19226
+
19175
19227
.md\:inset-y-0 {
19176
19228
top: 0 !important;
19177
19229
bottom: 0 !important;
@@ -19182,6 +19234,16 @@ samp {
19182
19234
left: 0 !important;
19183
19235
}
19184
19236
19237
+ .md\:inset-y-auto {
19238
+ top: auto !important;
19239
+ bottom: auto !important;
19240
+ }
19241
+
19242
+ .md\:inset-x-auto {
19243
+ right: auto !important;
19244
+ left: auto !important;
19245
+ }
19246
+
19185
19247
.md\:top-0 {
19186
19248
top: 0 !important;
19187
19249
}
@@ -19198,6 +19260,22 @@ samp {
19198
19260
left: 0 !important;
19199
19261
}
19200
19262
19263
+ .md\:top-auto {
19264
+ top: auto !important;
19265
+ }
19266
+
19267
+ .md\:right-auto {
19268
+ right: auto !important;
19269
+ }
19270
+
19271
+ .md\:bottom-auto {
19272
+ bottom: auto !important;
19273
+ }
19274
+
19275
+ .md\:left-auto {
19276
+ left: auto !important;
19277
+ }
19278
+
19201
19279
.md\:resize-none {
19202
19280
resize: none !important;
19203
19281
}
@@ -25900,20 +25978,20 @@ samp {
25900
25978
position: sticky !important;
25901
25979
}
25902
25980
25903
- .lg\:inset-auto {
25904
- top: auto !important;
25905
- right: auto !important;
25906
- bottom: auto !important;
25907
- left: auto !important;
25908
- }
25909
-
25910
25981
.lg\:inset-0 {
25911
25982
top: 0 !important;
25912
25983
right: 0 !important;
25913
25984
bottom: 0 !important;
25914
25985
left: 0 !important;
25915
25986
}
25916
25987
25988
+ .lg\:inset-auto {
25989
+ top: auto !important;
25990
+ right: auto !important;
25991
+ bottom: auto !important;
25992
+ left: auto !important;
25993
+ }
25994
+
25917
25995
.lg\:inset-y-0 {
25918
25996
top: 0 !important;
25919
25997
bottom: 0 !important;
@@ -25924,6 +26002,16 @@ samp {
25924
26002
left: 0 !important;
25925
26003
}
25926
26004
26005
+ .lg\:inset-y-auto {
26006
+ top: auto !important;
26007
+ bottom: auto !important;
26008
+ }
26009
+
26010
+ .lg\:inset-x-auto {
26011
+ right: auto !important;
26012
+ left: auto !important;
26013
+ }
26014
+
25927
26015
.lg\:top-0 {
25928
26016
top: 0 !important;
25929
26017
}
@@ -25940,6 +26028,22 @@ samp {
25940
26028
left: 0 !important;
25941
26029
}
25942
26030
26031
+ .lg\:top-auto {
26032
+ top: auto !important;
26033
+ }
26034
+
26035
+ .lg\:right-auto {
26036
+ right: auto !important;
26037
+ }
26038
+
26039
+ .lg\:bottom-auto {
26040
+ bottom: auto !important;
26041
+ }
26042
+
26043
+ .lg\:left-auto {
26044
+ left: auto !important;
26045
+ }
26046
+
25943
26047
.lg\:resize-none {
25944
26048
resize: none !important;
25945
26049
}
@@ -32642,20 +32746,20 @@ samp {
32642
32746
position: sticky !important;
32643
32747
}
32644
32748
32645
- .xl\:inset-auto {
32646
- top: auto !important;
32647
- right: auto !important;
32648
- bottom: auto !important;
32649
- left: auto !important;
32650
- }
32651
-
32652
32749
.xl\:inset-0 {
32653
32750
top: 0 !important;
32654
32751
right: 0 !important;
32655
32752
bottom: 0 !important;
32656
32753
left: 0 !important;
32657
32754
}
32658
32755
32756
+ .xl\:inset-auto {
32757
+ top: auto !important;
32758
+ right: auto !important;
32759
+ bottom: auto !important;
32760
+ left: auto !important;
32761
+ }
32762
+
32659
32763
.xl\:inset-y-0 {
32660
32764
top: 0 !important;
32661
32765
bottom: 0 !important;
@@ -32666,6 +32770,16 @@ samp {
32666
32770
left: 0 !important;
32667
32771
}
32668
32772
32773
+ .xl\:inset-y-auto {
32774
+ top: auto !important;
32775
+ bottom: auto !important;
32776
+ }
32777
+
32778
+ .xl\:inset-x-auto {
32779
+ right: auto !important;
32780
+ left: auto !important;
32781
+ }
32782
+
32669
32783
.xl\:top-0 {
32670
32784
top: 0 !important;
32671
32785
}
@@ -32682,6 +32796,22 @@ samp {
32682
32796
left: 0 !important;
32683
32797
}
32684
32798
32799
+ .xl\:top-auto {
32800
+ top: auto !important;
32801
+ }
32802
+
32803
+ .xl\:right-auto {
32804
+ right: auto !important;
32805
+ }
32806
+
32807
+ .xl\:bottom-auto {
32808
+ bottom: auto !important;
32809
+ }
32810
+
32811
+ .xl\:left-auto {
32812
+ left: auto !important;
32813
+ }
32814
+
32685
32815
.xl\:resize-none {
32686
32816
resize: none !important;
32687
32817
}
0 commit comments