@@ -82,7 +82,7 @@ describe('keyframes', () => {
8282 const _3 = "._j7hqb4f3{animation-name:k1wmcptp}";
8383 const _2 = "._5sagymdr{animation-duration:2s}";
8484 const _ =
85- "@keyframes k1wmcptp{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
85+ "@keyframes k1wmcptp{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
8686 const fadeOut = null;
8787 <CC>
8888 <CS>{[_, _2, _3, _4]}</CS>
@@ -100,7 +100,7 @@ describe('keyframes', () => {
100100 expect ( actual ) . toMatchInlineSnapshot ( `
101101 "const _2 = "._y44vjvcp{animation:k1wmcptp 2s ease-in-out}";
102102 const _ =
103- "@keyframes k1wmcptp{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
103+ "@keyframes k1wmcptp{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
104104 const fadeOut = null;
105105 <CC>
106106 <CS>{[_, _2]}</CS>
@@ -857,7 +857,7 @@ describe('keyframes', () => {
857857 const _3 = "._j7hqb4f3{animation-name:k1wmcptp}";
858858 const _2 = "._5sagymdr{animation-duration:2s}";
859859 const _ =
860- "@keyframes k1wmcptp{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
860+ "@keyframes k1wmcptp{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
861861 const fadeOut = null;
862862 <CC>
863863 <CS>{[_, _2, _3, _4]}</CS>
@@ -875,7 +875,7 @@ describe('keyframes', () => {
875875 expect ( actual ) . toMatchInlineSnapshot ( `
876876 "const _2 = "._y44vjvcp{animation:k1wmcptp 2s ease-in-out}";
877877 const _ =
878- "@keyframes k1wmcptp{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
878+ "@keyframes k1wmcptp{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
879879 const fadeOut = null;
880880 <CC>
881881 <CS>{[_, _2]}</CS>
@@ -918,7 +918,7 @@ describe('keyframes', () => {
918918
919919 expect ( actual ) . toMatchInlineSnapshot ( `
920920 "const _4 =
921- "@keyframes k1wmcptp{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
921+ "@keyframes k1wmcptp{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
922922 const _3 = "._1pgl1ytf{animation-timing-function:ease-in-out}";
923923 const _2 = "._j7hqb4f3{animation-name:k1wmcptp}";
924924 const _ = "._5sagymdr{animation-duration:2s}";
@@ -952,7 +952,7 @@ describe('keyframes', () => {
952952
953953 expect ( actual ) . toMatchInlineSnapshot ( `
954954 "const _2 =
955- "@keyframes k1wmcptp{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
955+ "@keyframes k1wmcptp{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
956956 const _ = "._y44vjvcp{animation:k1wmcptp 2s ease-in-out}";
957957 const fadeOut = null;
958958 const StyledComponent = forwardRef(
@@ -1028,7 +1028,7 @@ describe('keyframes', () => {
10281028
10291029 expect ( actual ) . toMatchInlineSnapshot ( `
10301030 "const _4 =
1031- "@keyframes k1wmcptp{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1031+ "@keyframes k1wmcptp{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
10321032 const _3 = "._1pgl1ytf{animation-timing-function:ease-in-out}";
10331033 const _2 = "._j7hqb4f3{animation-name:k1wmcptp}";
10341034 const _ = "._5sagymdr{animation-duration:2s}";
@@ -1062,7 +1062,7 @@ describe('keyframes', () => {
10621062
10631063 expect ( actual ) . toMatchInlineSnapshot ( `
10641064 "const _2 =
1065- "@keyframes k1wmcptp{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1065+ "@keyframes k1wmcptp{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
10661066 const _ = "._y44vjvcp{animation:k1wmcptp 2s ease-in-out}";
10671067 const fadeOut = null;
10681068 const StyledComponent = forwardRef(
@@ -1191,7 +1191,7 @@ describe('keyframes', () => {
11911191 const _3 = "._j7hq1c6j{animation-name:khheuil}";
11921192 const _2 = "._5sagymdr{animation-duration:2s}";
11931193 const _ =
1194- "@keyframes khheuil{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1194+ "@keyframes khheuil{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
11951195 const fadeOut = null;
11961196 <CC>
11971197 <CS>{[_, _2, _3, _4]}</CS>
@@ -1209,7 +1209,7 @@ describe('keyframes', () => {
12091209 expect ( actual ) . toMatchInlineSnapshot ( `
12101210 "const _2 = "._y44v1go4{animation:khheuil 2s ease-in-out}";
12111211 const _ =
1212- "@keyframes khheuil{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1212+ "@keyframes khheuil{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
12131213 const fadeOut = null;
12141214 <CC>
12151215 <CS>{[_, _2]}</CS>
@@ -1255,7 +1255,7 @@ describe('keyframes', () => {
12551255 const _3 = "._j7hq1c6j{animation-name:khheuil}";
12561256 const _2 = "._5sagymdr{animation-duration:2s}";
12571257 const _ =
1258- "@keyframes khheuil{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1258+ "@keyframes khheuil{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
12591259 const fadeOut = null;
12601260 <CC>
12611261 <CS>{[_, _2, _3, _4]}</CS>
@@ -1273,7 +1273,7 @@ describe('keyframes', () => {
12731273 expect ( actual ) . toMatchInlineSnapshot ( `
12741274 "const _2 = "._y44v1go4{animation:khheuil 2s ease-in-out}";
12751275 const _ =
1276- "@keyframes khheuil{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1276+ "@keyframes khheuil{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
12771277 const fadeOut = null;
12781278 <CC>
12791279 <CS>{[_, _2]}</CS>
@@ -1316,7 +1316,7 @@ describe('keyframes', () => {
13161316
13171317 expect ( actual ) . toMatchInlineSnapshot ( `
13181318 "const _4 =
1319- "@keyframes khheuil{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1319+ "@keyframes khheuil{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
13201320 const _3 = "._1pgl1ytf{animation-timing-function:ease-in-out}";
13211321 const _2 = "._j7hq1c6j{animation-name:khheuil}";
13221322 const _ = "._5sagymdr{animation-duration:2s}";
@@ -1350,7 +1350,7 @@ describe('keyframes', () => {
13501350
13511351 expect ( actual ) . toMatchInlineSnapshot ( `
13521352 "const _2 =
1353- "@keyframes khheuil{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1353+ "@keyframes khheuil{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
13541354 const _ = "._y44v1go4{animation:khheuil 2s ease-in-out}";
13551355 const fadeOut = null;
13561356 const StyledComponent = forwardRef(
@@ -1426,7 +1426,7 @@ describe('keyframes', () => {
14261426
14271427 expect ( actual ) . toMatchInlineSnapshot ( `
14281428 "const _4 =
1429- "@keyframes khheuil{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1429+ "@keyframes khheuil{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
14301430 const _3 = "._1pgl1ytf{animation-timing-function:ease-in-out}";
14311431 const _2 = "._j7hq1c6j{animation-name:khheuil}";
14321432 const _ = "._5sagymdr{animation-duration:2s}";
@@ -1460,7 +1460,7 @@ describe('keyframes', () => {
14601460
14611461 expect ( actual ) . toMatchInlineSnapshot ( `
14621462 "const _2 =
1463- "@keyframes khheuil{0%, 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
1463+ "@keyframes khheuil{0%{opacity:1} 25%{opacity:1}25%{opacity:0.75}50%{opacity:0.5}to{opacity:0}}";
14641464 const _ = "._y44v1go4{animation:khheuil 2s ease-in-out}";
14651465 const fadeOut = null;
14661466 const StyledComponent = forwardRef(
0 commit comments