Skip to content

Commit

Permalink
Revert "fix: integrate normalize.css to apply consistent styles"
Browse files Browse the repository at this point in the history
This reverts commit af98261.

Currently, importing 'normalize.css' is causing inconsistent styles (see: vercel/next.js#51030)
  • Loading branch information
LeonardYam committed Aug 9, 2023
1 parent af98261 commit 7fb652f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"next": "^13.4.2",
"normalize.css": "^8.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
Expand Down
1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Analytics } from "@vercel/analytics/react";
import React from "react";
import NavBar from "@/app/NavBar";
import Footer from "@/app/Footer";
import 'normalize.css'
import './global.css';
import "@fortawesome/fontawesome-svg-core/styles.css"
import { config } from "@fortawesome/fontawesome-svg-core"
Expand Down

0 comments on commit 7fb652f

Please sign in to comment.