Commit 591fbbfa authored by Héliton Nordt's avatar Héliton Nordt Committed by Christopher Chedeau
Browse files

Avoid CSS globals (#220)

parent 4ca7b0da
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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); }
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment