There was an error while loading. Please reload this page.
1 parent e55e22f commit 0642703Copy full SHA for 0642703
packages/react-scripts/template/src/App.css renamed to packages/react-scripts/template/src/App.scss
packages/react-scripts/template/src/App.tsx
@@ -1,5 +1,5 @@
1
import * as React from 'react';
2
-import './App.css';
+import './App.scss';
3
4
import logo from './logo.svg';
5
packages/react-scripts/template/src/index.css renamed to packages/react-scripts/template/src/index.scss
packages/react-scripts/template/src/index.tsx
@@ -1,7 +1,7 @@
import * as ReactDOM from 'react-dom';
import App from './App';
-import './index.css';
+import './index.scss';
import registerServiceWorker from './registerServiceWorker';
6
7
ReactDOM.render(
0 commit comments