Skip to content

Commit 12281d3

Browse files
author
Mathieu Lavoie
committed
docs: pr comments
1 parent 1822c0f commit 12281d3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ several plugins, but parse CSS only once.
88

99
## Install
1010

11-
$ npm install --save-dev gulp-postcss
11+
$ npm install --save-dev postcss gulp-postcss
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-
2115
## Basic usage
2216

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

0 commit comments

Comments
 (0)