Skip to content

Commit

Permalink
Avoid CSS globals (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnordt authored and vjeux committed Jul 26, 2016
1 parent 4ca7b0d commit 591fbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.App-logo {
animation: spin infinite 20s linear;
animation: App-logo-spin infinite 20s linear;
height: 80px;
}

Expand All @@ -18,7 +18,7 @@
font-size: large;
}

@keyframes spin {
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}

0 comments on commit 591fbbf

Please sign in to comment.