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 9ba1335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test-project/tasks.js
Expand Up @@ -203,7 +203,7 @@ async function webTasks(outputPath, { link, verbose }) {
// @NOTE: use rwfw, because calling the copy function doesn't seem to work here
task: () =>
execa(
'yarn workspace web add -D postcss postcss-loader tailwindcss autoprefixer',
'yarn workspace web add postcss postcss-loader tailwindcss autoprefixer@^9.8.8',
[],
getExecaOptions(outputPath)
),
Expand Down

0 comments on commit 9ba1335

Please sign in to comment.