Skip to content

Commit

Permalink
Add autoprefixer and postcss as dev deps
Browse files Browse the repository at this point in the history
NPM installs auto-install peer deps now but yarn does not. We need to explicitly add them to the dev dependencies.
  • Loading branch information
thecrypticace committed Jan 20, 2022
1 parent becd3b2 commit e17d25f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"concurrently": "^5.3.0",
"live-server": "^1.2.1",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2"
},
"dependencies": {
Expand Down

1 comment on commit e17d25f

@vercel
Copy link

@vercel vercel bot commented on e17d25f Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.