Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit ad5b884

Browse files
bryankangwmonk
authored andcommitted
Prioritize index.css over the implicit App.css (#2470)
1 parent 864ef28 commit ad5b884

File tree

1 file changed

+8
-0
lines changed
  • packages/react-scripts/template/src

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import React from 'react';
2+
import ReactDOM from 'react-dom';
3+
import './index.css';
4+
import App from './App';
5+
import registerServiceWorker from './registerServiceWorker';
6+
7+
ReactDOM.render(<App />, document.getElementById('root'));
8+
registerServiceWorker();

0 commit comments

Comments
 (0)