Skip to content

Commit 74af020

Browse files
committed
add normalize css
1 parent bead8ad commit 74af020

File tree

3 files changed

+340
-74
lines changed

3 files changed

+340
-74
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"less": "^2.7.1",
3131
"less-loader": "^2.2.3",
3232
"node-sass": "^4.5.3",
33+
"normalize.css": "^7.0.0",
3334
"null-loader": "^0.1.1",
3435
"postcss": "^5.0.21",
3536
"postcss-loader": "^1.3.3",

src/containers/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
import React from 'react';
22
// import package
33
import { Router, Route, hashHistory } from 'react-router';
4+
import 'normalize.css/normalize.css';
5+
46
// import relative path
57
import Home from './Home';
68
import NotFound from './NotFound';
79

10+
811
// add router key to fix this issue
912
// https://github.com/reactjs/react-router-redux/issues/179#issuecomment-275576250
1013
const Main = () => (

0 commit comments

Comments
 (0)