Skip to content

Commit 1a16971

Browse files
committed
Fix: styles ordering
1 parent 641664b commit 1a16971

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@
121121
"mkDistDir:prod": "mkdir -p dist/prod/shared/utils && mkdir -p dist/prod/client",
122122
"test": "npm run lint && npm run jest"
123123
},
124-
"version": "0.6.6"
124+
"version": "0.6.7"
125125
}

src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import 'styles/global.scss';
2+
13
import actions from 'actions';
24
import AppChunk from 'containers/AppChunk';
35
import Avatar from 'components/Avatar';
@@ -11,8 +13,6 @@ import reducers from 'reducers';
1113
import ScalableRect from 'components/ScalableRect';
1214
import * as utils from 'utils';
1315

14-
import 'styles/global.scss';
15-
1616
import { isProdBuild } from 'utils/isomorphy';
1717
import { requireWeak } from 'utils/webpack';
1818

0 commit comments

Comments
 (0)