Skip to content

Commit

Permalink
Enable the repo sponsor button
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 23, 2019
1 parent adec1a7 commit 83cc576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/funding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github: sindresorhus
open_collective: sindresorhus
patreon: sindresorhus
custom: https://sindresorhus.com/donate
11 changes: 1 addition & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
$ npm install --save-dev gulp-autoprefixer
```

<a href="https://www.patreon.com/sindresorhus">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
</a>


## Usage

Expand All @@ -39,7 +35,7 @@ gulp.task('default', () =>

#### options

Type: `Object`
Type: `object`

See the Autoprefixer [options](https://github.com/postcss/autoprefixer#options).

Expand Down Expand Up @@ -68,8 +64,3 @@ gulp.task('default', () =>
## Tip

If you use other PostCSS based tools, like `cssnano`, you may want to run them together using [`gulp-postcss`](https://github.com/postcss/autoprefixer#gulp) instead of `gulp-autoprefixer`. It will be faster, as the CSS is parsed only once for all PostCSS based tools, including Autoprefixer.


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)

0 comments on commit 83cc576

Please sign in to comment.