Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Avoid CSS globals
  • Loading branch information
hnordt committed Jul 26, 2016
commit f58a17d4d7267f528c41e57f55e54d137e3bf187
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); }
}