Skip to content

Commit

Permalink
Note unpin autoprefixer
Browse files Browse the repository at this point in the history
- Seems postcss/autoprefixer#1358 is fixed
  • Loading branch information
victoriadrake committed Jan 2, 2021
1 parent 41157bf commit 0a5fe26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ Developer-friendly:

To make changes to the theme CSS, extended Hugo's [PostCSS](https://gohugo.io/hugo-pipes/postcss/) requires JavaScript packages to compile the styles. You'll need `postcss`, `postcss-cli`, and `autoprefixer` which you can install using `npm`.

To temporarily address [this issue](https://github.com/postcss/autoprefixer/issues/1358), please pin `autoprefixer@9.8.6`.

```sh
npm i -g postcss postcss-cli autoprefixer@9.8.6
npm i -g postcss postcss-cli autoprefixer
```

[Learn how to install and use npm here](https://www.npmjs.com/get-npm).
Expand Down

0 comments on commit 0a5fe26

Please sign in to comment.