Skip to content

Commit e2ae887

Browse files
Merge pull request #42 from CodingZeal/features/material-icons
Adds Google Material Icons to template
2 parents 9702044 + ac351e3 commit e2ae887

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/templates/client/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { ApolloProvider } from 'react-apollo'
55
import { BrowserRouter } from 'react-router-dom'
66
import { ThemeProvider } from 'react-css-themr'
77

8+
import 'material-design-icons/iconfont/material-icons.css'
89
import './styles/commons.scss'
910
import theme from './styles/theme'
1011

app/templates/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"eslint-plugin-react": "^6.9.0",
1818
"history": "^4.4.1",
1919
"immutability-helper": "^2.0.0",
20+
"material-design-icons": "^3.0.1",
2021
"normalize.css": "^5.0.0",
2122
"npm-run-all": "^4.0.1",
2223
"react": "^15.4.1",

0 commit comments

Comments
 (0)