@@ -1066,8 +1066,8 @@ video {
1066
1066
1067
1067
.divide-x-0 > :not(template) ~ :not(template) {
1068
1068
--divide-x-reverse: 0 !important;
1069
- border-right-width: calc(0 * var(--divide-y -reverse)) !important;
1070
- border-left-width: calc(0 * calc(1 - var(--divide-y -reverse))) !important;
1069
+ border-right-width: calc(0 * var(--divide-x -reverse)) !important;
1070
+ border-left-width: calc(0 * calc(1 - var(--divide-x -reverse))) !important;
1071
1071
}
1072
1072
1073
1073
.divide-y-2 > :not(template) ~ :not(template) {
@@ -1078,8 +1078,8 @@ video {
1078
1078
1079
1079
.divide-x-2 > :not(template) ~ :not(template) {
1080
1080
--divide-x-reverse: 0 !important;
1081
- border-right-width: calc(2px * var(--divide-y -reverse)) !important;
1082
- border-left-width: calc(2px * calc(1 - var(--divide-y -reverse))) !important;
1081
+ border-right-width: calc(2px * var(--divide-x -reverse)) !important;
1082
+ border-left-width: calc(2px * calc(1 - var(--divide-x -reverse))) !important;
1083
1083
}
1084
1084
1085
1085
.divide-y-4 > :not(template) ~ :not(template) {
@@ -1090,8 +1090,8 @@ video {
1090
1090
1091
1091
.divide-x-4 > :not(template) ~ :not(template) {
1092
1092
--divide-x-reverse: 0 !important;
1093
- border-right-width: calc(4px * var(--divide-y -reverse)) !important;
1094
- border-left-width: calc(4px * calc(1 - var(--divide-y -reverse))) !important;
1093
+ border-right-width: calc(4px * var(--divide-x -reverse)) !important;
1094
+ border-left-width: calc(4px * calc(1 - var(--divide-x -reverse))) !important;
1095
1095
}
1096
1096
1097
1097
.divide-y-8 > :not(template) ~ :not(template) {
@@ -1102,8 +1102,8 @@ video {
1102
1102
1103
1103
.divide-x-8 > :not(template) ~ :not(template) {
1104
1104
--divide-x-reverse: 0 !important;
1105
- border-right-width: calc(8px * var(--divide-y -reverse)) !important;
1106
- border-left-width: calc(8px * calc(1 - var(--divide-y -reverse))) !important;
1105
+ border-right-width: calc(8px * var(--divide-x -reverse)) !important;
1106
+ border-left-width: calc(8px * calc(1 - var(--divide-x -reverse))) !important;
1107
1107
}
1108
1108
1109
1109
.divide-y > :not(template) ~ :not(template) {
@@ -1114,8 +1114,8 @@ video {
1114
1114
1115
1115
.divide-x > :not(template) ~ :not(template) {
1116
1116
--divide-x-reverse: 0 !important;
1117
- border-right-width: calc(1px * var(--divide-y -reverse)) !important;
1118
- border-left-width: calc(1px * calc(1 - var(--divide-y -reverse))) !important;
1117
+ border-right-width: calc(1px * var(--divide-x -reverse)) !important;
1118
+ border-left-width: calc(1px * calc(1 - var(--divide-x -reverse))) !important;
1119
1119
}
1120
1120
1121
1121
.divide-y-reverse > :not(template) ~ :not(template) {
@@ -12355,8 +12355,8 @@ video {
12355
12355
12356
12356
.sm\:divide-x-0 > :not(template) ~ :not(template) {
12357
12357
--divide-x-reverse: 0 !important;
12358
- border-right-width: calc(0 * var(--divide-y -reverse)) !important;
12359
- border-left-width: calc(0 * calc(1 - var(--divide-y -reverse))) !important;
12358
+ border-right-width: calc(0 * var(--divide-x -reverse)) !important;
12359
+ border-left-width: calc(0 * calc(1 - var(--divide-x -reverse))) !important;
12360
12360
}
12361
12361
12362
12362
.sm\:divide-y-2 > :not(template) ~ :not(template) {
@@ -12367,8 +12367,8 @@ video {
12367
12367
12368
12368
.sm\:divide-x-2 > :not(template) ~ :not(template) {
12369
12369
--divide-x-reverse: 0 !important;
12370
- border-right-width: calc(2px * var(--divide-y -reverse)) !important;
12371
- border-left-width: calc(2px * calc(1 - var(--divide-y -reverse))) !important;
12370
+ border-right-width: calc(2px * var(--divide-x -reverse)) !important;
12371
+ border-left-width: calc(2px * calc(1 - var(--divide-x -reverse))) !important;
12372
12372
}
12373
12373
12374
12374
.sm\:divide-y-4 > :not(template) ~ :not(template) {
@@ -12379,8 +12379,8 @@ video {
12379
12379
12380
12380
.sm\:divide-x-4 > :not(template) ~ :not(template) {
12381
12381
--divide-x-reverse: 0 !important;
12382
- border-right-width: calc(4px * var(--divide-y -reverse)) !important;
12383
- border-left-width: calc(4px * calc(1 - var(--divide-y -reverse))) !important;
12382
+ border-right-width: calc(4px * var(--divide-x -reverse)) !important;
12383
+ border-left-width: calc(4px * calc(1 - var(--divide-x -reverse))) !important;
12384
12384
}
12385
12385
12386
12386
.sm\:divide-y-8 > :not(template) ~ :not(template) {
@@ -12391,8 +12391,8 @@ video {
12391
12391
12392
12392
.sm\:divide-x-8 > :not(template) ~ :not(template) {
12393
12393
--divide-x-reverse: 0 !important;
12394
- border-right-width: calc(8px * var(--divide-y -reverse)) !important;
12395
- border-left-width: calc(8px * calc(1 - var(--divide-y -reverse))) !important;
12394
+ border-right-width: calc(8px * var(--divide-x -reverse)) !important;
12395
+ border-left-width: calc(8px * calc(1 - var(--divide-x -reverse))) !important;
12396
12396
}
12397
12397
12398
12398
.sm\:divide-y > :not(template) ~ :not(template) {
@@ -12403,8 +12403,8 @@ video {
12403
12403
12404
12404
.sm\:divide-x > :not(template) ~ :not(template) {
12405
12405
--divide-x-reverse: 0 !important;
12406
- border-right-width: calc(1px * var(--divide-y -reverse)) !important;
12407
- border-left-width: calc(1px * calc(1 - var(--divide-y -reverse))) !important;
12406
+ border-right-width: calc(1px * var(--divide-x -reverse)) !important;
12407
+ border-left-width: calc(1px * calc(1 - var(--divide-x -reverse))) !important;
12408
12408
}
12409
12409
12410
12410
.sm\:divide-y-reverse > :not(template) ~ :not(template) {
@@ -23645,8 +23645,8 @@ video {
23645
23645
23646
23646
.md\:divide-x-0 > :not(template) ~ :not(template) {
23647
23647
--divide-x-reverse: 0 !important;
23648
- border-right-width: calc(0 * var(--divide-y -reverse)) !important;
23649
- border-left-width: calc(0 * calc(1 - var(--divide-y -reverse))) !important;
23648
+ border-right-width: calc(0 * var(--divide-x -reverse)) !important;
23649
+ border-left-width: calc(0 * calc(1 - var(--divide-x -reverse))) !important;
23650
23650
}
23651
23651
23652
23652
.md\:divide-y-2 > :not(template) ~ :not(template) {
@@ -23657,8 +23657,8 @@ video {
23657
23657
23658
23658
.md\:divide-x-2 > :not(template) ~ :not(template) {
23659
23659
--divide-x-reverse: 0 !important;
23660
- border-right-width: calc(2px * var(--divide-y -reverse)) !important;
23661
- border-left-width: calc(2px * calc(1 - var(--divide-y -reverse))) !important;
23660
+ border-right-width: calc(2px * var(--divide-x -reverse)) !important;
23661
+ border-left-width: calc(2px * calc(1 - var(--divide-x -reverse))) !important;
23662
23662
}
23663
23663
23664
23664
.md\:divide-y-4 > :not(template) ~ :not(template) {
@@ -23669,8 +23669,8 @@ video {
23669
23669
23670
23670
.md\:divide-x-4 > :not(template) ~ :not(template) {
23671
23671
--divide-x-reverse: 0 !important;
23672
- border-right-width: calc(4px * var(--divide-y -reverse)) !important;
23673
- border-left-width: calc(4px * calc(1 - var(--divide-y -reverse))) !important;
23672
+ border-right-width: calc(4px * var(--divide-x -reverse)) !important;
23673
+ border-left-width: calc(4px * calc(1 - var(--divide-x -reverse))) !important;
23674
23674
}
23675
23675
23676
23676
.md\:divide-y-8 > :not(template) ~ :not(template) {
@@ -23681,8 +23681,8 @@ video {
23681
23681
23682
23682
.md\:divide-x-8 > :not(template) ~ :not(template) {
23683
23683
--divide-x-reverse: 0 !important;
23684
- border-right-width: calc(8px * var(--divide-y -reverse)) !important;
23685
- border-left-width: calc(8px * calc(1 - var(--divide-y -reverse))) !important;
23684
+ border-right-width: calc(8px * var(--divide-x -reverse)) !important;
23685
+ border-left-width: calc(8px * calc(1 - var(--divide-x -reverse))) !important;
23686
23686
}
23687
23687
23688
23688
.md\:divide-y > :not(template) ~ :not(template) {
@@ -23693,8 +23693,8 @@ video {
23693
23693
23694
23694
.md\:divide-x > :not(template) ~ :not(template) {
23695
23695
--divide-x-reverse: 0 !important;
23696
- border-right-width: calc(1px * var(--divide-y -reverse)) !important;
23697
- border-left-width: calc(1px * calc(1 - var(--divide-y -reverse))) !important;
23696
+ border-right-width: calc(1px * var(--divide-x -reverse)) !important;
23697
+ border-left-width: calc(1px * calc(1 - var(--divide-x -reverse))) !important;
23698
23698
}
23699
23699
23700
23700
.md\:divide-y-reverse > :not(template) ~ :not(template) {
@@ -34935,8 +34935,8 @@ video {
34935
34935
34936
34936
.lg\:divide-x-0 > :not(template) ~ :not(template) {
34937
34937
--divide-x-reverse: 0 !important;
34938
- border-right-width: calc(0 * var(--divide-y -reverse)) !important;
34939
- border-left-width: calc(0 * calc(1 - var(--divide-y -reverse))) !important;
34938
+ border-right-width: calc(0 * var(--divide-x -reverse)) !important;
34939
+ border-left-width: calc(0 * calc(1 - var(--divide-x -reverse))) !important;
34940
34940
}
34941
34941
34942
34942
.lg\:divide-y-2 > :not(template) ~ :not(template) {
@@ -34947,8 +34947,8 @@ video {
34947
34947
34948
34948
.lg\:divide-x-2 > :not(template) ~ :not(template) {
34949
34949
--divide-x-reverse: 0 !important;
34950
- border-right-width: calc(2px * var(--divide-y -reverse)) !important;
34951
- border-left-width: calc(2px * calc(1 - var(--divide-y -reverse))) !important;
34950
+ border-right-width: calc(2px * var(--divide-x -reverse)) !important;
34951
+ border-left-width: calc(2px * calc(1 - var(--divide-x -reverse))) !important;
34952
34952
}
34953
34953
34954
34954
.lg\:divide-y-4 > :not(template) ~ :not(template) {
@@ -34959,8 +34959,8 @@ video {
34959
34959
34960
34960
.lg\:divide-x-4 > :not(template) ~ :not(template) {
34961
34961
--divide-x-reverse: 0 !important;
34962
- border-right-width: calc(4px * var(--divide-y -reverse)) !important;
34963
- border-left-width: calc(4px * calc(1 - var(--divide-y -reverse))) !important;
34962
+ border-right-width: calc(4px * var(--divide-x -reverse)) !important;
34963
+ border-left-width: calc(4px * calc(1 - var(--divide-x -reverse))) !important;
34964
34964
}
34965
34965
34966
34966
.lg\:divide-y-8 > :not(template) ~ :not(template) {
@@ -34971,8 +34971,8 @@ video {
34971
34971
34972
34972
.lg\:divide-x-8 > :not(template) ~ :not(template) {
34973
34973
--divide-x-reverse: 0 !important;
34974
- border-right-width: calc(8px * var(--divide-y -reverse)) !important;
34975
- border-left-width: calc(8px * calc(1 - var(--divide-y -reverse))) !important;
34974
+ border-right-width: calc(8px * var(--divide-x -reverse)) !important;
34975
+ border-left-width: calc(8px * calc(1 - var(--divide-x -reverse))) !important;
34976
34976
}
34977
34977
34978
34978
.lg\:divide-y > :not(template) ~ :not(template) {
@@ -34983,8 +34983,8 @@ video {
34983
34983
34984
34984
.lg\:divide-x > :not(template) ~ :not(template) {
34985
34985
--divide-x-reverse: 0 !important;
34986
- border-right-width: calc(1px * var(--divide-y -reverse)) !important;
34987
- border-left-width: calc(1px * calc(1 - var(--divide-y -reverse))) !important;
34986
+ border-right-width: calc(1px * var(--divide-x -reverse)) !important;
34987
+ border-left-width: calc(1px * calc(1 - var(--divide-x -reverse))) !important;
34988
34988
}
34989
34989
34990
34990
.lg\:divide-y-reverse > :not(template) ~ :not(template) {
@@ -46225,8 +46225,8 @@ video {
46225
46225
46226
46226
.xl\:divide-x-0 > :not(template) ~ :not(template) {
46227
46227
--divide-x-reverse: 0 !important;
46228
- border-right-width: calc(0 * var(--divide-y -reverse)) !important;
46229
- border-left-width: calc(0 * calc(1 - var(--divide-y -reverse))) !important;
46228
+ border-right-width: calc(0 * var(--divide-x -reverse)) !important;
46229
+ border-left-width: calc(0 * calc(1 - var(--divide-x -reverse))) !important;
46230
46230
}
46231
46231
46232
46232
.xl\:divide-y-2 > :not(template) ~ :not(template) {
@@ -46237,8 +46237,8 @@ video {
46237
46237
46238
46238
.xl\:divide-x-2 > :not(template) ~ :not(template) {
46239
46239
--divide-x-reverse: 0 !important;
46240
- border-right-width: calc(2px * var(--divide-y -reverse)) !important;
46241
- border-left-width: calc(2px * calc(1 - var(--divide-y -reverse))) !important;
46240
+ border-right-width: calc(2px * var(--divide-x -reverse)) !important;
46241
+ border-left-width: calc(2px * calc(1 - var(--divide-x -reverse))) !important;
46242
46242
}
46243
46243
46244
46244
.xl\:divide-y-4 > :not(template) ~ :not(template) {
@@ -46249,8 +46249,8 @@ video {
46249
46249
46250
46250
.xl\:divide-x-4 > :not(template) ~ :not(template) {
46251
46251
--divide-x-reverse: 0 !important;
46252
- border-right-width: calc(4px * var(--divide-y -reverse)) !important;
46253
- border-left-width: calc(4px * calc(1 - var(--divide-y -reverse))) !important;
46252
+ border-right-width: calc(4px * var(--divide-x -reverse)) !important;
46253
+ border-left-width: calc(4px * calc(1 - var(--divide-x -reverse))) !important;
46254
46254
}
46255
46255
46256
46256
.xl\:divide-y-8 > :not(template) ~ :not(template) {
@@ -46261,8 +46261,8 @@ video {
46261
46261
46262
46262
.xl\:divide-x-8 > :not(template) ~ :not(template) {
46263
46263
--divide-x-reverse: 0 !important;
46264
- border-right-width: calc(8px * var(--divide-y -reverse)) !important;
46265
- border-left-width: calc(8px * calc(1 - var(--divide-y -reverse))) !important;
46264
+ border-right-width: calc(8px * var(--divide-x -reverse)) !important;
46265
+ border-left-width: calc(8px * calc(1 - var(--divide-x -reverse))) !important;
46266
46266
}
46267
46267
46268
46268
.xl\:divide-y > :not(template) ~ :not(template) {
@@ -46273,8 +46273,8 @@ video {
46273
46273
46274
46274
.xl\:divide-x > :not(template) ~ :not(template) {
46275
46275
--divide-x-reverse: 0 !important;
46276
- border-right-width: calc(1px * var(--divide-y -reverse)) !important;
46277
- border-left-width: calc(1px * calc(1 - var(--divide-y -reverse))) !important;
46276
+ border-right-width: calc(1px * var(--divide-x -reverse)) !important;
46277
+ border-left-width: calc(1px * calc(1 - var(--divide-x -reverse))) !important;
46278
46278
}
46279
46279
46280
46280
.xl\:divide-y-reverse > :not(template) ~ :not(template) {
0 commit comments