Skip to content

Commit a296975

Browse files
committed
Fixes twbs#18584: Link to autoprefixer json file (link is broken until we make this the master branch)
1 parent 1993fe5 commit a296975

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/getting-started/build-tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ For example, run `TWBS_SASS=sass grunt` to test and build Bootstrap with Ruby Sa
4646

4747
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.
4848

49+
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.
4950

5051
## Local documentation
5152

0 commit comments

Comments
 (0)