Skip to content

Commit e7b1b32

Browse files
committed
rename App.css to App.scss and remove template gen styles
1 parent bc8948e commit e7b1b32

File tree

3 files changed

+8
-33
lines changed

3 files changed

+8
-33
lines changed

src/App.css

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import logo from './logo.svg';
33
import './App.css';
4+
import './App.scss';
45

56
function App() {
67
return (

src/App.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.App {
2+
width: 100%;
3+
max-width: 540px;
4+
padding: 32px;
5+
6+
margin: 0 auto;
7+
}

0 commit comments

Comments
 (0)