You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aio/content/guide/build.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ Each budget entry is a JSON object with the following properties:
268
268
The CLI uses [Autoprefixer](https://github.com/postcss/autoprefixer) to ensure compatibility with different browser and browser versions.
269
269
You may find it necessary to target specific browsers or exclude certain browser versions from your build.
270
270
271
-
Internally, Autoprefixer relies on a library called [Browserslist(https://github.com/ai/browserslist)] to figure out which browsers to support with prefixing.
271
+
Internally, Autoprefixer relies on a library called [Browserslist](https://github.com/browserslist/browserslist) to figure out which browsers to support with prefixing.
272
272
Browserlist looks for configuration options in a `browserlist` property of the package configuration file, or in a configuration file named `.browserslistrc`.
273
273
Autoprefixer looks for the Browserlist configuration when it prefixes your CSS.
274
274
@@ -287,7 +287,7 @@ Autoprefixer looks for the Browserlist configuration when it prefixes your CSS.
287
287
last 2 versions
288
288
```
289
289
290
-
See the [browserslist repo](https://github.com/ai/browserslist) for more examples of how to target specific browsers and versions.
290
+
See the [browserslist repo](https://github.com/browserslist/browserslist) for more examples of how to target specific browsers and versions.
0 commit comments