Skip to content

Commit 1822c0f

Browse files
author
Mathieu Lavoie
committed
docs: updated docs
1 parent 5c04694 commit 1822c0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ several plugins, but parse CSS only once.
1212

1313
Install required [postcss plugins](https://www.npmjs.com/browse/keyword/postcss-plugin) separately. E.g. for autoprefixer, you need to install [autoprefixer](https://github.com/postcss/autoprefixer) package.
1414

15+
### PostCSS
16+
17+
Starting from `8.0.0`, `gulp-postcss` moved its `postcss` dependency under `peerDependencies`. Therefore you'll need to manually install it.
18+
19+
$ npm install --save-dev postcss
20+
1521
## Basic usage
1622

1723
The configuration is loaded automatically from `postcss.config.js`

0 commit comments

Comments
 (0)