Skip to content

Commit

Permalink
Fix autoprefixer documentation for Sass setup
Browse files Browse the repository at this point in the history
The documentation for configuring gulp-autoprefixer does not match the actual configuration used in the build scripts.
  • Loading branch information
pdeffendol authored Oct 5, 2017
1 parent a158ad1 commit fd33d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To get the proper browser support, use these Autoprefixer settings:

```js
autoprefixer({
browsers: ['last 2 versions', 'ie >= 9', 'and_chr >= 2.3']
browsers: ['last 2 versions', 'ie >= 9', 'Android >= 2.3', 'ios >= 7']
});
```

Expand Down

0 comments on commit fd33d80

Please sign in to comment.