Skip to content

Commit 591fbbf

Browse files
hnordtvjeux
authored andcommitted
Avoid CSS globals (#220)
1 parent 4ca7b0d commit 591fbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/src/App.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.App-logo {
6-
animation: spin infinite 20s linear;
6+
animation: App-logo-spin infinite 20s linear;
77
height: 80px;
88
}
99

@@ -18,7 +18,7 @@
1818
font-size: large;
1919
}
2020

21-
@keyframes spin {
21+
@keyframes App-logo-spin {
2222
from { transform: rotate(0deg); }
2323
to { transform: rotate(360deg); }
2424
}

0 commit comments

Comments
 (0)