Skip to content

Commit

Permalink
Fixed style regression (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Schneeloch authored Jun 23, 2016
1 parent 75732f1 commit ea42af3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions static/js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { makeDashboardRoutes } from './dashboard_routes';

// requirements for react-mdl which uses a modified version of material-design-lite
import 'react-mdl/extra/material.js';
import 'style!css!react-mdl/extra/material.css';

// Object.entries polyfill
import entries from 'object.entries';
Expand Down
1 change: 0 additions & 1 deletion static/js/style.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
__webpack_public_path__ = `http://${SETTINGS.host}:8078/`; // eslint-disable-line no-undef, camelcase
import '../scss/layout.scss';
import 'style!css!react-mdl/extra/material.css';

0 comments on commit ea42af3

Please sign in to comment.