Skip to content

Commit 9fd2a47

Browse files
committed
fix: order of precendence for vendor styles. resolves #49.
1 parent 6db764f commit 9fd2a47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import 'babel-polyfill';
2+
import './styles';
23
import React from 'react';
34
import ReactDOM from 'react-dom';
45
import { Provider } from 'react-redux';
@@ -8,8 +9,6 @@ import configureStore from 'store';
89
import App from 'containers/App';
910
import Loadable from 'react-loadable';
1011

11-
import './styles';
12-
1312
// Hydrate the redux store from server state.
1413
const initialState = window.__INITIAL_STATE__;
1514
const history = createHistory();

0 commit comments

Comments
 (0)