aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorIurii Kucherov <[email protected]>2018-11-16 08:44:52 +0200
committerXhmikosR <[email protected]>2018-11-16 08:44:52 +0200
commitf83f4ae124fec1012bbecf6d6e748a709031f2fa (patch)
tree35eb1a0d03c0c41b87f6ed4931356a070fd14fd4 /site
parentea4db3f89d1128abde592b2768a74dd5e7701037 (diff)
downloadbootstrap-f83f4ae124fec1012bbecf6d6e748a709031f2fa.tar.xz
bootstrap-f83f4ae124fec1012bbecf6d6e748a709031f2fa.zip
Update autoprefixer link to `.browserslistrc` file (#27675)
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.1/getting-started/build-tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/getting-started/build-tools.md b/site/docs/4.1/getting-started/build-tools.md
index fe12057a5..f461169d1 100644
--- a/site/docs/4.1/getting-started/build-tools.md
+++ b/site/docs/4.1/getting-started/build-tools.md
@@ -38,7 +38,7 @@ Run `npm run` to see all the npm scripts.
Bootstrap uses [Autoprefixer][autoprefixer] (included in our build process) to automatically add vendor prefixes to some CSS properties at build time. Doing so saves us time and code by allowing us to write key parts of our CSS a single time while eliminating the need for vendor mixins like those found in v3.
-We maintain the list of browsers supported through Autoprefixer in a separate file within our GitHub repository. See [/package.json]({{ site.repo }}/blob/v{{ site.current_version }}/package.json) for details.
+We maintain the list of browsers supported through Autoprefixer in a separate file within our GitHub repository. See [/.browserslistrc]({{ site.repo }}/blob/v{{ site.current_version }}/.browserslistrc) for details.
## Local documentation