Skip to content

Commit d193c00

Browse files
committed
Rebuild fixtures
1 parent c318666 commit d193c00

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3400,6 +3400,10 @@ video {
34003400
display: grid !important;
34013401
}
34023402

3403+
.inline-grid {
3404+
display: inline-grid !important;
3405+
}
3406+
34033407
.table {
34043408
display: table !important;
34053409
}
@@ -13705,6 +13709,10 @@ video {
1370513709
display: grid !important;
1370613710
}
1370713711

13712+
.sm\:inline-grid {
13713+
display: inline-grid !important;
13714+
}
13715+
1370813716
.sm\:table {
1370913717
display: table !important;
1371013718
}
@@ -24011,6 +24019,10 @@ video {
2401124019
display: grid !important;
2401224020
}
2401324021

24022+
.md\:inline-grid {
24023+
display: inline-grid !important;
24024+
}
24025+
2401424026
.md\:table {
2401524027
display: table !important;
2401624028
}
@@ -34317,6 +34329,10 @@ video {
3431734329
display: grid !important;
3431834330
}
3431934331

34332+
.lg\:inline-grid {
34333+
display: inline-grid !important;
34334+
}
34335+
3432034336
.lg\:table {
3432134337
display: table !important;
3432234338
}
@@ -44623,6 +44639,10 @@ video {
4462344639
display: grid !important;
4462444640
}
4462544641

44642+
.xl\:inline-grid {
44643+
display: inline-grid !important;
44644+
}
44645+
4462644646
.xl\:table {
4462744647
display: table !important;
4462844648
}

__tests__/fixtures/tailwind-output.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3400,6 +3400,10 @@ video {
34003400
display: grid;
34013401
}
34023402

3403+
.inline-grid {
3404+
display: inline-grid;
3405+
}
3406+
34033407
.table {
34043408
display: table;
34053409
}
@@ -13705,6 +13709,10 @@ video {
1370513709
display: grid;
1370613710
}
1370713711

13712+
.sm\:inline-grid {
13713+
display: inline-grid;
13714+
}
13715+
1370813716
.sm\:table {
1370913717
display: table;
1371013718
}
@@ -24011,6 +24019,10 @@ video {
2401124019
display: grid;
2401224020
}
2401324021

24022+
.md\:inline-grid {
24023+
display: inline-grid;
24024+
}
24025+
2401424026
.md\:table {
2401524027
display: table;
2401624028
}
@@ -34317,6 +34329,10 @@ video {
3431734329
display: grid;
3431834330
}
3431934331

34332+
.lg\:inline-grid {
34333+
display: inline-grid;
34334+
}
34335+
3432034336
.lg\:table {
3432134337
display: table;
3432234338
}
@@ -44623,6 +44639,10 @@ video {
4462344639
display: grid;
4462444640
}
4462544641

44642+
.xl\:inline-grid {
44643+
display: inline-grid;
44644+
}
44645+
4462644646
.xl\:table {
4462744647
display: table;
4462844648
}

0 commit comments

Comments
 (0)