Skip to content

Commit 0642703

Browse files
committed
Update default template from .css to .scss files
1 parent e55e22f commit 0642703

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

packages/react-scripts/template/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import './App.css';
2+
import './App.scss';
33

44
import logo from './logo.svg';
55

File renamed without changes.

packages/react-scripts/template/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import * as ReactDOM from 'react-dom';
33
import App from './App';
4-
import './index.css';
4+
import './index.scss';
55
import registerServiceWorker from './registerServiceWorker';
66

77
ReactDOM.render(

0 commit comments

Comments
 (0)