Skip to content

Commit

Permalink
fix: downgrade autoprefixer
Browse files Browse the repository at this point in the history
meant to avoid:

```sh
...
Error: PostCSS plugin autoprefixer requires PostCSS 8.
...
```

redwoodjs#3515 (comment)
parcel-bundler/parcel#5160
  • Loading branch information
virtuoushub committed Feb 25, 2022
1 parent ac99e6c commit 86fded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __fixtures__/test-project/web/package.json
Expand Up @@ -22,7 +22,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"autoprefixer": "^9.8.8",
"postcss": "^8.4.7",
"postcss-loader": "^6.2.1",
"tailwindcss": "^3.0.23"
Expand Down

0 comments on commit 86fded2

Please sign in to comment.