@@ -74,7 +74,7 @@ it('should generate the default classes for the typography components', async ()
74
74
}
75
75
76
76
.prose ul > li::before {
77
- content: \\"\\" ;
77
+ content: none ;
78
78
position: absolute;
79
79
background-color: #d1d5db;
80
80
border-radius: 50%;
@@ -199,11 +199,11 @@ it('should generate the default classes for the typography components', async ()
199
199
}
200
200
201
201
.prose pre code::before {
202
- content: \\"\\" ;
202
+ content: none ;
203
203
}
204
204
205
205
.prose pre code::after {
206
- content: \\"\\" ;
206
+ content: none ;
207
207
}
208
208
209
209
.prose table {
@@ -1358,7 +1358,7 @@ it('should generate the default classes for the typography components', async ()
1358
1358
}
1359
1359
1360
1360
.sm\\\\:prose ul > li::before {
1361
- content: \\"\\" ;
1361
+ content: none ;
1362
1362
position: absolute;
1363
1363
background-color: #d1d5db;
1364
1364
border-radius: 50%;
@@ -1483,11 +1483,11 @@ it('should generate the default classes for the typography components', async ()
1483
1483
}
1484
1484
1485
1485
.sm\\\\:prose pre code::before {
1486
- content: \\"\\" ;
1486
+ content: none ;
1487
1487
}
1488
1488
1489
1489
.sm\\\\:prose pre code::after {
1490
- content: \\"\\" ;
1490
+ content: none ;
1491
1491
}
1492
1492
1493
1493
.sm\\\\:prose table {
@@ -2643,7 +2643,7 @@ it('should generate the default classes for the typography components', async ()
2643
2643
}
2644
2644
2645
2645
.md\\\\:prose ul > li::before {
2646
- content: \\"\\" ;
2646
+ content: none ;
2647
2647
position: absolute;
2648
2648
background-color: #d1d5db;
2649
2649
border-radius: 50%;
@@ -2768,11 +2768,11 @@ it('should generate the default classes for the typography components', async ()
2768
2768
}
2769
2769
2770
2770
.md\\\\:prose pre code::before {
2771
- content: \\"\\" ;
2771
+ content: none ;
2772
2772
}
2773
2773
2774
2774
.md\\\\:prose pre code::after {
2775
- content: \\"\\" ;
2775
+ content: none ;
2776
2776
}
2777
2777
2778
2778
.md\\\\:prose table {
@@ -3928,7 +3928,7 @@ it('should generate the default classes for the typography components', async ()
3928
3928
}
3929
3929
3930
3930
.lg\\\\:prose ul > li::before {
3931
- content: \\"\\" ;
3931
+ content: none ;
3932
3932
position: absolute;
3933
3933
background-color: #d1d5db;
3934
3934
border-radius: 50%;
@@ -4053,11 +4053,11 @@ it('should generate the default classes for the typography components', async ()
4053
4053
}
4054
4054
4055
4055
.lg\\\\:prose pre code::before {
4056
- content: \\"\\" ;
4056
+ content: none ;
4057
4057
}
4058
4058
4059
4059
.lg\\\\:prose pre code::after {
4060
- content: \\"\\" ;
4060
+ content: none ;
4061
4061
}
4062
4062
4063
4063
.lg\\\\:prose table {
@@ -5213,7 +5213,7 @@ it('should generate the default classes for the typography components', async ()
5213
5213
}
5214
5214
5215
5215
.xl\\\\:prose ul > li::before {
5216
- content: \\"\\" ;
5216
+ content: none ;
5217
5217
position: absolute;
5218
5218
background-color: #d1d5db;
5219
5219
border-radius: 50%;
@@ -5338,11 +5338,11 @@ it('should generate the default classes for the typography components', async ()
5338
5338
}
5339
5339
5340
5340
.xl\\\\:prose pre code::before {
5341
- content: \\"\\" ;
5341
+ content: none ;
5342
5342
}
5343
5343
5344
5344
.xl\\\\:prose pre code::after {
5345
- content: \\"\\" ;
5345
+ content: none ;
5346
5346
}
5347
5347
5348
5348
.xl\\\\:prose table {
@@ -6498,7 +6498,7 @@ it('should generate the default classes for the typography components', async ()
6498
6498
}
6499
6499
6500
6500
.\\\\32xl\\\\:prose ul > li::before {
6501
- content: \\"\\" ;
6501
+ content: none ;
6502
6502
position: absolute;
6503
6503
background-color: #d1d5db;
6504
6504
border-radius: 50%;
@@ -6623,11 +6623,11 @@ it('should generate the default classes for the typography components', async ()
6623
6623
}
6624
6624
6625
6625
.\\\\32xl\\\\:prose pre code::before {
6626
- content: \\"\\" ;
6626
+ content: none ;
6627
6627
}
6628
6628
6629
6629
.\\\\32xl\\\\:prose pre code::after {
6630
- content: \\"\\" ;
6630
+ content: none ;
6631
6631
}
6632
6632
6633
6633
.\\\\32xl\\\\:prose table {
0 commit comments