diff --git a/template/src/App.css b/template/src/App.css index e9e6b88ac0b..15adfdc710c 100644 --- a/template/src/App.css +++ b/template/src/App.css @@ -3,7 +3,7 @@ } .App-logo { - animation: spin infinite 20s linear; + animation: App-logo-spin infinite 20s linear; height: 80px; } @@ -18,7 +18,7 @@ font-size: large; } -@keyframes spin { +@keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }