]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #18584: Link to autoprefixer json file (link is broken until we make this the...
authorMark Otto <markdotto@gmail.com>
Wed, 11 May 2016 23:48:21 +0000 (16:48 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 11 May 2016 23:48:21 +0000 (16:48 -0700)
docs/getting-started/build-tools.md

index 47c25b494534bfa111ed13ab3515d33d59529893..c086c036bf9200071f22bcc438581fb8b040fa55 100644 (file)
@@ -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