From 83cc576fa5fef4f3f9a33db12ff4c62695e5727d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 24 May 2019 02:06:57 +0700 Subject: [PATCH] Enable the repo sponsor button --- .github/funding.yml | 4 ++++ readme.md | 11 +---------- 2 files changed, 5 insertions(+), 10 deletions(-) create mode 100644 .github/funding.yml diff --git a/.github/funding.yml b/.github/funding.yml new file mode 100644 index 0000000..15edf6e --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1,4 @@ +github: sindresorhus +open_collective: sindresorhus +patreon: sindresorhus +custom: https://sindresorhus.com/donate diff --git a/readme.md b/readme.md index 0f06ac9..6cb6e1b 100644 --- a/readme.md +++ b/readme.md @@ -11,10 +11,6 @@ $ npm install --save-dev gulp-autoprefixer ``` - - - - ## Usage @@ -39,7 +35,7 @@ gulp.task('default', () => #### options -Type: `Object` +Type: `object` See the Autoprefixer [options](https://github.com/postcss/autoprefixer#options). @@ -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)