Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2021-01-02 14:59:59 +0300
committerVictoria Drake <hello@victoria.dev>2021-01-02 14:59:59 +0300
commit0a5fe265d6169f65179aba1c5b6295ba4c0c119e (patch)
tree6f7a51e1e7b4fd68c9a22040ba9a50bc5009dae2 /README.md
parent41157bf9e9f38c154cd20d62e72a71faa3b735f0 (diff)
Note unpin autoprefixer
- Seems https://github.com/postcss/autoprefixer/issues/1358 is fixed
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index b0288ea..58616ed 100644
--- a/README.md
+++ b/README.md
@@ -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).