aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-11 16:48:21 -0700
committerMark Otto <[email protected]>2016-05-11 16:48:21 -0700
commita296975221aeebdf15aeb708ef6a57650ebcc771 (patch)
treef8cdd5389048c347e07a4a37a178b0a7b38b0522 /docs/getting-started
parent1993fe59852384d713121c80867ca9e044ed0932 (diff)
downloadbootstrap-a296975221aeebdf15aeb708ef6a57650ebcc771.tar.xz
bootstrap-a296975221aeebdf15aeb708ef6a57650ebcc771.zip
Fixes #18584: Link to autoprefixer json file (link is broken until we make this the master branch)
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/build-tools.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md
index 47c25b494..c086c036b 100644
--- a/docs/getting-started/build-tools.md
+++ b/docs/getting-started/build-tools.md
@@ -46,6 +46,7 @@ For example, run `TWBS_SASS=sass grunt` to test and build Bootstrap with Ruby Sa
Bootstrap uses [Autoprefixer][autoprefixer] (included in our Gruntfile and 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 [`/grunt/autoprefixer-settings.json`](https://github.com/twbs/bootstrap/blob/master/grunt/autoprefixer-settings.js) for details.
## Local documentation