Skip to content

Commit

Permalink
Drop normalize.css
Browse files Browse the repository at this point in the history
Drop the use of normalize.css and instead rely on the base CSS from the
global-css package.
  • Loading branch information
jonathansick committed Aug 11, 2023
1 parent 10e28eb commit a75506b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-boats-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'squareone': minor
---

Drop the use of normalize.css and instead rely on the base CSS from the global-css package.
1 change: 0 additions & 1 deletion apps/squareone/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import '@fontsource/source-sans-pro/400-italic.css';
import '@fontsource/source-sans-pro/700.css';

// Global CSS
import 'normalize.css';
import '@fortawesome/fontawesome-svg-core/styles.css';
import '@lsst-sqre/global-css/dist/next.css';
import '../src/styles/globals.css';
Expand Down
1 change: 0 additions & 1 deletion apps/squareone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"next": "^12.2.4",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-a11y-disclosure": "^0.2.0",
Expand Down
1 change: 0 additions & 1 deletion apps/squareone/src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { ThemeProvider } from 'next-themes';
import '@fontsource/source-sans-pro/400.css';
import '@fontsource/source-sans-pro/400-italic.css';
import '@fontsource/source-sans-pro/700.css';
import 'normalize.css';
import '@fortawesome/fontawesome-svg-core/styles.css';
import '@lsst-sqre/global-css/dist/next.css';
import '../styles/globals.css';
Expand Down
7 changes: 0 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit a75506b

Please sign in to comment.