Skip to content

Commit e262218

Browse files
committed
Update fixtures
1 parent 72583c5 commit e262218

File tree

2 files changed

+100
-100
lines changed

2 files changed

+100
-100
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,8 @@ video {
10661066

10671067
.divide-x-0 > :not(template) ~ :not(template) {
10681068
--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;
10711071
}
10721072

10731073
.divide-y-2 > :not(template) ~ :not(template) {
@@ -1078,8 +1078,8 @@ video {
10781078

10791079
.divide-x-2 > :not(template) ~ :not(template) {
10801080
--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;
10831083
}
10841084

10851085
.divide-y-4 > :not(template) ~ :not(template) {
@@ -1090,8 +1090,8 @@ video {
10901090

10911091
.divide-x-4 > :not(template) ~ :not(template) {
10921092
--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;
10951095
}
10961096

10971097
.divide-y-8 > :not(template) ~ :not(template) {
@@ -1102,8 +1102,8 @@ video {
11021102

11031103
.divide-x-8 > :not(template) ~ :not(template) {
11041104
--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;
11071107
}
11081108

11091109
.divide-y > :not(template) ~ :not(template) {
@@ -1114,8 +1114,8 @@ video {
11141114

11151115
.divide-x > :not(template) ~ :not(template) {
11161116
--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;
11191119
}
11201120

11211121
.divide-y-reverse > :not(template) ~ :not(template) {
@@ -12355,8 +12355,8 @@ video {
1235512355

1235612356
.sm\:divide-x-0 > :not(template) ~ :not(template) {
1235712357
--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;
1236012360
}
1236112361

1236212362
.sm\:divide-y-2 > :not(template) ~ :not(template) {
@@ -12367,8 +12367,8 @@ video {
1236712367

1236812368
.sm\:divide-x-2 > :not(template) ~ :not(template) {
1236912369
--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;
1237212372
}
1237312373

1237412374
.sm\:divide-y-4 > :not(template) ~ :not(template) {
@@ -12379,8 +12379,8 @@ video {
1237912379

1238012380
.sm\:divide-x-4 > :not(template) ~ :not(template) {
1238112381
--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;
1238412384
}
1238512385

1238612386
.sm\:divide-y-8 > :not(template) ~ :not(template) {
@@ -12391,8 +12391,8 @@ video {
1239112391

1239212392
.sm\:divide-x-8 > :not(template) ~ :not(template) {
1239312393
--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;
1239612396
}
1239712397

1239812398
.sm\:divide-y > :not(template) ~ :not(template) {
@@ -12403,8 +12403,8 @@ video {
1240312403

1240412404
.sm\:divide-x > :not(template) ~ :not(template) {
1240512405
--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;
1240812408
}
1240912409

1241012410
.sm\:divide-y-reverse > :not(template) ~ :not(template) {
@@ -23645,8 +23645,8 @@ video {
2364523645

2364623646
.md\:divide-x-0 > :not(template) ~ :not(template) {
2364723647
--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;
2365023650
}
2365123651

2365223652
.md\:divide-y-2 > :not(template) ~ :not(template) {
@@ -23657,8 +23657,8 @@ video {
2365723657

2365823658
.md\:divide-x-2 > :not(template) ~ :not(template) {
2365923659
--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;
2366223662
}
2366323663

2366423664
.md\:divide-y-4 > :not(template) ~ :not(template) {
@@ -23669,8 +23669,8 @@ video {
2366923669

2367023670
.md\:divide-x-4 > :not(template) ~ :not(template) {
2367123671
--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;
2367423674
}
2367523675

2367623676
.md\:divide-y-8 > :not(template) ~ :not(template) {
@@ -23681,8 +23681,8 @@ video {
2368123681

2368223682
.md\:divide-x-8 > :not(template) ~ :not(template) {
2368323683
--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;
2368623686
}
2368723687

2368823688
.md\:divide-y > :not(template) ~ :not(template) {
@@ -23693,8 +23693,8 @@ video {
2369323693

2369423694
.md\:divide-x > :not(template) ~ :not(template) {
2369523695
--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;
2369823698
}
2369923699

2370023700
.md\:divide-y-reverse > :not(template) ~ :not(template) {
@@ -34935,8 +34935,8 @@ video {
3493534935

3493634936
.lg\:divide-x-0 > :not(template) ~ :not(template) {
3493734937
--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;
3494034940
}
3494134941

3494234942
.lg\:divide-y-2 > :not(template) ~ :not(template) {
@@ -34947,8 +34947,8 @@ video {
3494734947

3494834948
.lg\:divide-x-2 > :not(template) ~ :not(template) {
3494934949
--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;
3495234952
}
3495334953

3495434954
.lg\:divide-y-4 > :not(template) ~ :not(template) {
@@ -34959,8 +34959,8 @@ video {
3495934959

3496034960
.lg\:divide-x-4 > :not(template) ~ :not(template) {
3496134961
--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;
3496434964
}
3496534965

3496634966
.lg\:divide-y-8 > :not(template) ~ :not(template) {
@@ -34971,8 +34971,8 @@ video {
3497134971

3497234972
.lg\:divide-x-8 > :not(template) ~ :not(template) {
3497334973
--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;
3497634976
}
3497734977

3497834978
.lg\:divide-y > :not(template) ~ :not(template) {
@@ -34983,8 +34983,8 @@ video {
3498334983

3498434984
.lg\:divide-x > :not(template) ~ :not(template) {
3498534985
--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;
3498834988
}
3498934989

3499034990
.lg\:divide-y-reverse > :not(template) ~ :not(template) {
@@ -46225,8 +46225,8 @@ video {
4622546225

4622646226
.xl\:divide-x-0 > :not(template) ~ :not(template) {
4622746227
--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;
4623046230
}
4623146231

4623246232
.xl\:divide-y-2 > :not(template) ~ :not(template) {
@@ -46237,8 +46237,8 @@ video {
4623746237

4623846238
.xl\:divide-x-2 > :not(template) ~ :not(template) {
4623946239
--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;
4624246242
}
4624346243

4624446244
.xl\:divide-y-4 > :not(template) ~ :not(template) {
@@ -46249,8 +46249,8 @@ video {
4624946249

4625046250
.xl\:divide-x-4 > :not(template) ~ :not(template) {
4625146251
--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;
4625446254
}
4625546255

4625646256
.xl\:divide-y-8 > :not(template) ~ :not(template) {
@@ -46261,8 +46261,8 @@ video {
4626146261

4626246262
.xl\:divide-x-8 > :not(template) ~ :not(template) {
4626346263
--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;
4626646266
}
4626746267

4626846268
.xl\:divide-y > :not(template) ~ :not(template) {
@@ -46273,8 +46273,8 @@ video {
4627346273

4627446274
.xl\:divide-x > :not(template) ~ :not(template) {
4627546275
--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;
4627846278
}
4627946279

4628046280
.xl\:divide-y-reverse > :not(template) ~ :not(template) {

0 commit comments

Comments
 (0)