Skip to content
  • Sponsor facebook/create-react-app

  • Notifications You must be signed in to change notification settings
  • Fork 27k

Commit b264b8d

Browse files
bryankanggaearon
authored andcommittedJun 5, 2017
Prioritize index.css over the implicit App.css (#2470)
1 parent e898215 commit b264b8d

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/template/src

1 file changed

+1
-1
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
3+
import './index.css';
34
import App from './App';
45
import registerServiceWorker from './registerServiceWorker';
5-
import './index.css';
66

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

0 commit comments

Comments
 (0)
Please sign in to comment.