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

@@ -1,5 +1,14 @@
body {
margin: 0;
padding: 0;
font-family: sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}