Skip to content

Commit

Permalink
Update autoprefixer link to .browserslistrc file (#27675)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyokk authored and XhmikosR committed Nov 16, 2018
1 parent ea4db3f commit f83f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.1/getting-started/build-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f83f4ae

Please sign in to comment.