Upgrade to Create React App 2.1.1 & React 16.6.3

This commit is contained in:
Mars Hall
2018-12-16 10:51:40 -08:00
parent f821f3878f
commit 1afb09546e
13 changed files with 9206 additions and 7929 deletions

View File

@@ -4,25 +4,29 @@
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
height: 40vmin;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-intro {
font-size: large;
}
.App a {
color: #f60;
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}