Skip to content

Commit b264b8d

Browse files
bryankanggaearon
authored andcommitted
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

Diff for: packages/react-scripts/template/src/index.js

+1-1
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)