Skip to content

Commit e3d5e24

Browse files
committed
Update test fixtures
1 parent 125a1d0 commit e3d5e24

File tree

2 files changed

+600
-0
lines changed

2 files changed

+600
-0
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 300 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7293,6 +7293,10 @@ video {
72937293
width: 25% !important;
72947294
}
72957295

7296+
.w-2\/4 {
7297+
width: 50% !important;
7298+
}
7299+
72967300
.w-3\/4 {
72977301
width: 75% !important;
72987302
}
@@ -7317,10 +7321,66 @@ video {
73177321
width: 16.66667% !important;
73187322
}
73197323

7324+
.w-2\/6 {
7325+
width: 33.33333% !important;
7326+
}
7327+
7328+
.w-3\/6 {
7329+
width: 50% !important;
7330+
}
7331+
7332+
.w-4\/6 {
7333+
width: 66.66667% !important;
7334+
}
7335+
73207336
.w-5\/6 {
73217337
width: 83.33333% !important;
73227338
}
73237339

7340+
.w-1\/12 {
7341+
width: 8.33333% !important;
7342+
}
7343+
7344+
.w-2\/12 {
7345+
width: 16.66667% !important;
7346+
}
7347+
7348+
.w-3\/12 {
7349+
width: 25% !important;
7350+
}
7351+
7352+
.w-4\/12 {
7353+
width: 33.33333% !important;
7354+
}
7355+
7356+
.w-5\/12 {
7357+
width: 41.66667% !important;
7358+
}
7359+
7360+
.w-6\/12 {
7361+
width: 50% !important;
7362+
}
7363+
7364+
.w-7\/12 {
7365+
width: 58.33333% !important;
7366+
}
7367+
7368+
.w-8\/12 {
7369+
width: 66.66667% !important;
7370+
}
7371+
7372+
.w-9\/12 {
7373+
width: 75% !important;
7374+
}
7375+
7376+
.w-10\/12 {
7377+
width: 83.33333% !important;
7378+
}
7379+
7380+
.w-11\/12 {
7381+
width: 91.66667% !important;
7382+
}
7383+
73247384
.w-full {
73257385
width: 100% !important;
73267386
}
@@ -14030,6 +14090,10 @@ video {
1403014090
width: 25% !important;
1403114091
}
1403214092

14093+
.sm\:w-2\/4 {
14094+
width: 50% !important;
14095+
}
14096+
1403314097
.sm\:w-3\/4 {
1403414098
width: 75% !important;
1403514099
}
@@ -14054,10 +14118,66 @@ video {
1405414118
width: 16.66667% !important;
1405514119
}
1405614120

14121+
.sm\:w-2\/6 {
14122+
width: 33.33333% !important;
14123+
}
14124+
14125+
.sm\:w-3\/6 {
14126+
width: 50% !important;
14127+
}
14128+
14129+
.sm\:w-4\/6 {
14130+
width: 66.66667% !important;
14131+
}
14132+
1405714133
.sm\:w-5\/6 {
1405814134
width: 83.33333% !important;
1405914135
}
1406014136

14137+
.sm\:w-1\/12 {
14138+
width: 8.33333% !important;
14139+
}
14140+
14141+
.sm\:w-2\/12 {
14142+
width: 16.66667% !important;
14143+
}
14144+
14145+
.sm\:w-3\/12 {
14146+
width: 25% !important;
14147+
}
14148+
14149+
.sm\:w-4\/12 {
14150+
width: 33.33333% !important;
14151+
}
14152+
14153+
.sm\:w-5\/12 {
14154+
width: 41.66667% !important;
14155+
}
14156+
14157+
.sm\:w-6\/12 {
14158+
width: 50% !important;
14159+
}
14160+
14161+
.sm\:w-7\/12 {
14162+
width: 58.33333% !important;
14163+
}
14164+
14165+
.sm\:w-8\/12 {
14166+
width: 66.66667% !important;
14167+
}
14168+
14169+
.sm\:w-9\/12 {
14170+
width: 75% !important;
14171+
}
14172+
14173+
.sm\:w-10\/12 {
14174+
width: 83.33333% !important;
14175+
}
14176+
14177+
.sm\:w-11\/12 {
14178+
width: 91.66667% !important;
14179+
}
14180+
1406114181
.sm\:w-full {
1406214182
width: 100% !important;
1406314183
}
@@ -20768,6 +20888,10 @@ video {
2076820888
width: 25% !important;
2076920889
}
2077020890

20891+
.md\:w-2\/4 {
20892+
width: 50% !important;
20893+
}
20894+
2077120895
.md\:w-3\/4 {
2077220896
width: 75% !important;
2077320897
}
@@ -20792,10 +20916,66 @@ video {
2079220916
width: 16.66667% !important;
2079320917
}
2079420918

20919+
.md\:w-2\/6 {
20920+
width: 33.33333% !important;
20921+
}
20922+
20923+
.md\:w-3\/6 {
20924+
width: 50% !important;
20925+
}
20926+
20927+
.md\:w-4\/6 {
20928+
width: 66.66667% !important;
20929+
}
20930+
2079520931
.md\:w-5\/6 {
2079620932
width: 83.33333% !important;
2079720933
}
2079820934

20935+
.md\:w-1\/12 {
20936+
width: 8.33333% !important;
20937+
}
20938+
20939+
.md\:w-2\/12 {
20940+
width: 16.66667% !important;
20941+
}
20942+
20943+
.md\:w-3\/12 {
20944+
width: 25% !important;
20945+
}
20946+
20947+
.md\:w-4\/12 {
20948+
width: 33.33333% !important;
20949+
}
20950+
20951+
.md\:w-5\/12 {
20952+
width: 41.66667% !important;
20953+
}
20954+
20955+
.md\:w-6\/12 {
20956+
width: 50% !important;
20957+
}
20958+
20959+
.md\:w-7\/12 {
20960+
width: 58.33333% !important;
20961+
}
20962+
20963+
.md\:w-8\/12 {
20964+
width: 66.66667% !important;
20965+
}
20966+
20967+
.md\:w-9\/12 {
20968+
width: 75% !important;
20969+
}
20970+
20971+
.md\:w-10\/12 {
20972+
width: 83.33333% !important;
20973+
}
20974+
20975+
.md\:w-11\/12 {
20976+
width: 91.66667% !important;
20977+
}
20978+
2079920979
.md\:w-full {
2080020980
width: 100% !important;
2080120981
}
@@ -27506,6 +27686,10 @@ video {
2750627686
width: 25% !important;
2750727687
}
2750827688

27689+
.lg\:w-2\/4 {
27690+
width: 50% !important;
27691+
}
27692+
2750927693
.lg\:w-3\/4 {
2751027694
width: 75% !important;
2751127695
}
@@ -27530,10 +27714,66 @@ video {
2753027714
width: 16.66667% !important;
2753127715
}
2753227716

27717+
.lg\:w-2\/6 {
27718+
width: 33.33333% !important;
27719+
}
27720+
27721+
.lg\:w-3\/6 {
27722+
width: 50% !important;
27723+
}
27724+
27725+
.lg\:w-4\/6 {
27726+
width: 66.66667% !important;
27727+
}
27728+
2753327729
.lg\:w-5\/6 {
2753427730
width: 83.33333% !important;
2753527731
}
2753627732

27733+
.lg\:w-1\/12 {
27734+
width: 8.33333% !important;
27735+
}
27736+
27737+
.lg\:w-2\/12 {
27738+
width: 16.66667% !important;
27739+
}
27740+
27741+
.lg\:w-3\/12 {
27742+
width: 25% !important;
27743+
}
27744+
27745+
.lg\:w-4\/12 {
27746+
width: 33.33333% !important;
27747+
}
27748+
27749+
.lg\:w-5\/12 {
27750+
width: 41.66667% !important;
27751+
}
27752+
27753+
.lg\:w-6\/12 {
27754+
width: 50% !important;
27755+
}
27756+
27757+
.lg\:w-7\/12 {
27758+
width: 58.33333% !important;
27759+
}
27760+
27761+
.lg\:w-8\/12 {
27762+
width: 66.66667% !important;
27763+
}
27764+
27765+
.lg\:w-9\/12 {
27766+
width: 75% !important;
27767+
}
27768+
27769+
.lg\:w-10\/12 {
27770+
width: 83.33333% !important;
27771+
}
27772+
27773+
.lg\:w-11\/12 {
27774+
width: 91.66667% !important;
27775+
}
27776+
2753727777
.lg\:w-full {
2753827778
width: 100% !important;
2753927779
}
@@ -34244,6 +34484,10 @@ video {
3424434484
width: 25% !important;
3424534485
}
3424634486

34487+
.xl\:w-2\/4 {
34488+
width: 50% !important;
34489+
}
34490+
3424734491
.xl\:w-3\/4 {
3424834492
width: 75% !important;
3424934493
}
@@ -34268,10 +34512,66 @@ video {
3426834512
width: 16.66667% !important;
3426934513
}
3427034514

34515+
.xl\:w-2\/6 {
34516+
width: 33.33333% !important;
34517+
}
34518+
34519+
.xl\:w-3\/6 {
34520+
width: 50% !important;
34521+
}
34522+
34523+
.xl\:w-4\/6 {
34524+
width: 66.66667% !important;
34525+
}
34526+
3427134527
.xl\:w-5\/6 {
3427234528
width: 83.33333% !important;
3427334529
}
3427434530

34531+
.xl\:w-1\/12 {
34532+
width: 8.33333% !important;
34533+
}
34534+
34535+
.xl\:w-2\/12 {
34536+
width: 16.66667% !important;
34537+
}
34538+
34539+
.xl\:w-3\/12 {
34540+
width: 25% !important;
34541+
}
34542+
34543+
.xl\:w-4\/12 {
34544+
width: 33.33333% !important;
34545+
}
34546+
34547+
.xl\:w-5\/12 {
34548+
width: 41.66667% !important;
34549+
}
34550+
34551+
.xl\:w-6\/12 {
34552+
width: 50% !important;
34553+
}
34554+
34555+
.xl\:w-7\/12 {
34556+
width: 58.33333% !important;
34557+
}
34558+
34559+
.xl\:w-8\/12 {
34560+
width: 66.66667% !important;
34561+
}
34562+
34563+
.xl\:w-9\/12 {
34564+
width: 75% !important;
34565+
}
34566+
34567+
.xl\:w-10\/12 {
34568+
width: 83.33333% !important;
34569+
}
34570+
34571+
.xl\:w-11\/12 {
34572+
width: 91.66667% !important;
34573+
}
34574+
3427534575
.xl\:w-full {
3427634576
width: 100% !important;
3427734577
}

0 commit comments

Comments
 (0)