docs: fix typo for Browserslist in build guide (#28328)
PR Close #28328
This commit is contained in:
parent
24f5428187
commit
ad499628cb
|
@ -273,8 +273,8 @@ The CLI uses [Autoprefixer](https://github.com/postcss/autoprefixer) to ensure c
|
||||||
You may find it necessary to target specific browsers or exclude certain browser versions from your build.
|
You may find it necessary to target specific browsers or exclude certain browser versions from your build.
|
||||||
|
|
||||||
Internally, Autoprefixer relies on a library called [Browserslist](https://github.com/browserslist/browserslist) to figure out which browsers to support with prefixing.
|
Internally, Autoprefixer relies on a library called [Browserslist](https://github.com/browserslist/browserslist) to figure out which browsers to support with prefixing.
|
||||||
Browserlist looks for configuration options in a `browserlist` property of the package configuration file, or in a configuration file named `.browserslistrc`.
|
Browserlist looks for configuration options in a `browserslist` property of the package configuration file, or in a configuration file named `.browserslistrc`.
|
||||||
Autoprefixer looks for the Browserlist configuration when it prefixes your CSS.
|
Autoprefixer looks for the `browserslist` configuration when it prefixes your CSS.
|
||||||
|
|
||||||
* You can tell Autoprefixer what browsers to target by adding a browserslist property to the package configuration file, `package.json`:
|
* You can tell Autoprefixer what browsers to target by adding a browserslist property to the package configuration file, `package.json`:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue