improved dev experience, fixed css order

This commit is contained in:
Wyatt Johnson
2018-05-09 13:56:05 -06:00
parent eda9a0cadf
commit 4426be5f39
19 changed files with 158 additions and 95 deletions
@@ -0,0 +1,9 @@
html, body, #root, #root > div {
min-height: 100%;
}
body {
margin: 0;
background-color: #FAFAFA;
font-family: 'Roboto', sans-serif;
}
+1
View File
@@ -1,5 +1,6 @@
import React from 'react';
import ToastContainer from './ToastContainer';
import './App.css';
import 'material-design-lite';
import AppRouter from '../AppRouter';