Skip to content

Commit d268844

Browse files
committed
Update README.md
1 parent c295062 commit d268844

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,18 @@
2828

2929
## Install
3030

31+
For `postcss 6.x`:
32+
3133
```sh
3234
npm install postcss-filter-gradient --save-dev
3335
```
3436

37+
and for `postcss 5.x`
38+
39+
```sh
40+
npm install postcss-filter-gradient@0.x --save-dev
41+
```
42+
3543
## Usage
3644

3745
```js

0 commit comments

Comments
 (0)