Note unpin autoprefixer

- Seems https://github.com/postcss/autoprefixer/issues/1358 is fixed
This commit is contained in:
Victoria Drake 2021-01-02 06:59:59 -05:00
parent 41157bf9e9
commit 0a5fe265d6

View file

@ -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).