Skip to content

Commit

Permalink
feat: Add normalize.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 18, 2020
1 parent 1e94565 commit 49b4838
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"gatsby-transformer-remark": "^2.7.3",
"gatsby-transformer-sharp": "^2.4.6",
"node-sass": "^4.13.1",
"normalize.css": "^8.0.1",
"prism-react-renderer": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import GlobalHeader from './GlobalHeader';
import MobileHeader from './MobileHeader';
import Sidebar from './Sidebar';
import styles from './Layout.module.scss';
import 'normalize.css';
import './styles.scss';

const Layout = ({ children }) => {
Expand Down

0 comments on commit 49b4838

Please sign in to comment.