Skip to content

Commit

Permalink
Update docs for PostCSS 8.0 update
Browse files Browse the repository at this point in the history
Fixes #92
  • Loading branch information
WallE256 committed Oct 2, 2020
1 parent 093a894 commit b8917cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/installation.md
Expand Up @@ -5,7 +5,7 @@ $ apt update
$ apt install git gcc g++ make python3-dev python3-pip libxml2-dev libxslt1-dev zlib1g-dev gettext curl redis-server
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ apt install nodejs
$ npm install -g sass postcss-cli autoprefixer
$ npm install -g sass postcss-cli postcss autoprefixer
```

## Creating the database
Expand Down

0 comments on commit b8917cb

Please sign in to comment.