Skip to content

Commit 486d097

Browse files
bryankangromaindso
authored andcommitted
Prioritize index.css over the implicit App.css (facebook#2470)
1 parent d50ab7d commit 486d097

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)