Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
The proper name for the broserslist config file is .browserslistrc
  • Loading branch information
oneeyedman authored Jul 17, 2023
1 parent 6c079ff commit 394c9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Autoprefix unsupported CSS properties (e.g. `transform` will also add `-ms-trans
- When `false` Autoprefixer is disabled
- When `true` we will try and search for either:
- a `.browserlistsrc` file or,
- a `.browserslistrc` file or,
- `"browserslist": [ string[] ]` in your `package.json` file
If neither of these are found then Autoprefixer will use `"defaults"`
Expand Down

0 comments on commit 394c9e7

Please sign in to comment.