Skip to content

Commit

Permalink
fix: add postcss-normalize to fix build errors, add back yarn.lock fi…
Browse files Browse the repository at this point in the history
…le for caching purposes
  • Loading branch information
mihirsamdarshi committed Apr 18, 2024
1 parent 77161e9 commit be09f46
Show file tree
Hide file tree
Showing 3 changed files with 17,995 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ typings/
# Mac autogenerated folder information (file color/position/etc)
.DS_Store

# Yarn lock file (Autogenerated on yarn command)
yarn.lock

# Compiled CSS from Sass
src/main.css
src/main.css.map
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest-canvas-mock": "^2.2.0",
"postcss-normalize": "^10.0.1",
"prettier": "^3.0.0",
"react-error-overlay": "^6.0.11",
"sass": "1.70.0",
Expand Down
Loading

0 comments on commit be09f46

Please sign in to comment.