Skip to content

Commit

Permalink
Fix Browserslist config name
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 7, 2018
1 parent 312dfff commit 15a54ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ Autoprefixer uses [Browserslist], so you can specify the browsers
you want to target in your project by queries like `last 2 versions`
or `> 5%`.

The best way to provide browsers is `browserslist` config
The best way to provide browsers is `.browserslistrc` config
or `package.json` with `browserslist` key. Put it in your project root.

We recommend to avoid Autoprefixer option and use `browserslist` config
We recommend to avoid Autoprefixer option and use `.browserslistrc` config
or `package.json`. In this case browsers will be shared with other tools
like [babel-preset-env] or [Stylelint].

Expand Down

0 comments on commit 15a54ab

Please sign in to comment.