@@ -25,9 +25,6 @@ exports[`css array fallback 1`] = `
25
25
26
26
exports [` css array with explicit false 1` ] = `
27
27
.emotion-0 {
28
- display : - webkit - box ;
29
- display : - webkit - flex ;
30
- display : - ms - flexbox ;
31
28
display : flex ;
32
29
}
33
30
@@ -38,9 +35,6 @@ exports[`css array with explicit false 1`] = `
38
35
39
36
exports [` css array with explicit true 1` ] = `
40
37
.emotion-0 {
41
- display : - webkit - box ;
42
- display : - webkit - flex ;
43
- display : - ms - flexbox ;
44
38
display : flex ;
45
39
}
46
40
@@ -51,12 +45,7 @@ exports[`css array with explicit true 1`] = `
51
45
52
46
exports [` css auto px 1` ] = `
53
47
.emotion-0 {
54
- display : - webkit - box ;
55
- display : - webkit - flex ;
56
- display : - ms - flexbox ;
57
48
display : flex ;
58
- - webkit - flex : 1 ;
59
- - ms - flex : 1 ;
60
49
flex : 1 ;
61
50
font - size : 10px ;
62
51
-- custom : 5 ;
@@ -69,9 +58,6 @@ exports[`css auto px 1`] = `
69
58
70
59
exports [` css boolean as value 1` ] = `
71
60
.emotion-0 {
72
- display : - webkit - box ;
73
- display : - webkit - flex ;
74
- display : - ms - flexbox ;
75
61
display : flex ;
76
62
}
77
63
@@ -82,9 +68,6 @@ exports[`css boolean as value 1`] = `
82
68
83
69
exports [` css composition stuff 1` ] = `
84
70
.emotion-0 {
85
- - webkit - box - pack : center ;
86
- - ms - flex - pack : center ;
87
- - webkit - justify - content : center ;
88
71
justify - content : center ;
89
72
}
90
73
@@ -95,9 +78,6 @@ exports[`css composition stuff 1`] = `
95
78
96
79
exports [` css composition stuff 2` ] = `
97
80
.emotion-0 {
98
- - webkit - box - pack : center ;
99
- - ms - flex - pack : center ;
100
- - webkit - justify - content : center ;
101
81
justify - content : center ;
102
82
}
103
83
@@ -108,15 +88,9 @@ exports[`css composition stuff 2`] = `
108
88
109
89
exports [` css composition with objects 1` ] = `
110
90
.emotion-0 {
111
- display : - webkit - box ;
112
- display : - webkit - flex ;
113
- display : - ms - flexbox ;
114
91
display : flex ;
115
92
width : 30px ;
116
93
height : calc (40vw - 50px );
117
- - webkit - box - pack : center ;
118
- - ms - flex - pack : center ;
119
- - webkit - justify - content : center ;
120
94
justify - content : center ;
121
95
}
122
96
@@ -164,9 +138,6 @@ exports[`css css variables 1`] = `
164
138
165
139
exports [` css explicit & 1` ] = `
166
140
.emotion-0.another-class {
167
- display : - webkit - box ;
168
- display : - webkit - flex ;
169
- display : - ms - flexbox ;
170
141
display : flex ;
171
142
}
172
143
@@ -177,9 +148,6 @@ exports[`css explicit & 1`] = `
177
148
178
149
exports [` css explicit & 2` ] = `
179
150
".css-5v9d41-cls1.another-class {
180
- display : - webkit - box ;
181
- display : - webkit - flex ;
182
- display : - ms - flexbox ;
183
151
display : flex ;
184
152
} "
185
153
` ;
@@ -192,9 +160,6 @@ exports[`css explicit false 1`] = `
192
160
193
161
exports [` css falsy property value in object 1` ] = `
194
162
.emotion-0 {
195
- display : - webkit - box ;
196
- display : - webkit - flex ;
197
- display : - ms - flexbox ;
198
163
display : flex ;
199
164
}
200
165
@@ -225,9 +190,6 @@ exports[`css float property 1`] = `
225
190
226
191
exports [` css flushes correctly 1` ] = `
227
192
.emotion-0 {
228
- display : - webkit - box ;
229
- display : - webkit - flex ;
230
- display : - ms - flexbox ;
231
193
display : flex ;
232
194
}
233
195
@@ -255,7 +217,6 @@ exports[`css handles array of objects 1`] = `
255
217
256
218
exports [` css handles more than 10 dynamic properties 1` ] = `
257
219
.emotion-0 {
258
- - webkit - text - decoration : underline ;
259
220
text - decoration : underline ;
260
221
border - right : solid blue 54px ;
261
222
background : white ;
@@ -277,9 +238,6 @@ exports[`css handles more than 10 dynamic properties 1`] = `
277
238
exports [` css handles objects 1` ] = `
278
239
.emotion-0 {
279
240
float : left ;
280
- display : - webkit - box ;
281
- display : - webkit - flex ;
282
- display : - ms - flexbox ;
283
241
display : flex ;
284
242
color : blue ;
285
243
font - size : 20px ;
@@ -369,9 +327,6 @@ exports[`css nested 1`] = `
369
327
}
370
328
371
329
.emotion-0 .some-class {
372
- display : - webkit - box ;
373
- display : - webkit - flex ;
374
- display : - ms - flexbox ;
375
330
display : flex ;
376
331
}
377
332
@@ -403,9 +358,6 @@ exports[`css nested array 1`] = `
403
358
display : inline ;
404
359
display : inline - block ;
405
360
display : block ;
406
- display : - webkit - box ;
407
- display : - webkit - flex ;
408
- display : - ms - flexbox ;
409
361
display : flex ;
410
362
display : table ;
411
363
color : darkorchid ;
@@ -447,9 +399,6 @@ exports[`css nested at rules 1`] = `
447
399
448
400
@supports (display : flex ) {
449
401
.emotion-0 {
450
- display: - webkit - box ;
451
- display : - webkit - flex ;
452
- display : - ms - flexbox ;
453
402
display: flex ;
454
403
}
455
404
}
@@ -506,9 +455,6 @@ exports[`css random expression 1`] = `
506
455
507
456
exports [` css random interpolation with undefined values 1` ] = `
508
457
.emotion-0 {
509
- - webkit - box - pack : center ;
510
- - ms - flex - pack : center ;
511
- - webkit - justify - content : center ;
512
458
justify - content : center ;
513
459
}
514
460
@@ -519,9 +465,6 @@ exports[`css random interpolation with undefined values 1`] = `
519
465
520
466
exports [` css registered styles as nested selector value in object 1` ] = `
521
467
.emotion-0:hover {
522
- display : - webkit - box ;
523
- display : - webkit - flex ;
524
- display : - ms - flexbox ;
525
468
display : flex ;
526
469
background - color : hotpink ;
527
470
}
@@ -549,13 +492,7 @@ exports[`css rule after media query 1`] = `
549
492
550
493
exports [` css simple composition 1` ] = `
551
494
.emotion-0 {
552
- display : - webkit - box ;
553
- display : - webkit - flex ;
554
- display : - ms - flexbox ;
555
495
display : flex ;
556
- - webkit - box - pack : center ;
557
- - ms - flex - pack : center ;
558
- - webkit - justify - content : center ;
559
496
justify - content : center ;
560
497
}
561
498
@@ -570,9 +507,6 @@ exports[`css simple composition 1`] = `
570
507
571
508
exports [` css weakmap 1` ] = `
572
509
.emotion-0 {
573
- display : - webkit - box ;
574
- display : - webkit - flex ;
575
- display : - ms - flexbox ;
576
510
display : flex ;
577
511
}
578
512
@@ -583,9 +517,6 @@ exports[`css weakmap 1`] = `
583
517
584
518
exports [` css weakmap 2` ] = `
585
519
.emotion-0 {
586
- display : - webkit - box ;
587
- display : - webkit - flex ;
588
- display : - ms - flexbox ;
589
520
display : flex ;
590
521
}
591
522
0 commit comments