mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-03 09:06:06 +08:00
Avoid CSS globals (#220)
This commit is contained in:
committed by
Christopher Chedeau
parent
4ca7b0da06
commit
591fbbfa59
@@ -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); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user