Skip to content

Commit

Permalink
Prioritize index.css over the implicit App.css (facebook#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryankang authored and romaindso committed Jul 10, 2017
1 parent d50ab7d commit 486d097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import registerServiceWorker from './registerServiceWorker';
import './index.css';

ReactDOM.render(<App />, document.getElementById('root'));
registerServiceWorker();

0 comments on commit 486d097

Please sign in to comment.