Skip to content

Commit

Permalink
Clear styles, add normalize.css, restructure folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Parke authored and Gabriel Parke committed Mar 17, 2018
1 parent ec966b9 commit fea733a
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 63 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.0/normalize.css">
<title>Hat of Shame</title>
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion src/App.js → src/components/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { Component } from 'react';
import './styles/App.css';

class App extends Component {
render() {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './styles/index.css';
import App from './App';
import App from './components/App';
import registerServiceWorker from './registerServiceWorker';

ReactDOM.render(<App />, document.getElementById('root'));
Expand Down
24 changes: 0 additions & 24 deletions src/styles/App.css

This file was deleted.

28 changes: 0 additions & 28 deletions src/styles/App.scss

This file was deleted.

4 changes: 0 additions & 4 deletions src/styles/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
body {
margin: 0;
padding: 0;
font-family: sans-serif; }
5 changes: 0 additions & 5 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
File renamed without changes.

0 comments on commit fea733a

Please sign in to comment.