Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-09-17 08:39:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-09-26 17:16:27 +0300
commitf17443748dd266c0dc766e5252d7e4bcf9d04086 (patch)
treea1d5ac8934a428344db31a138680750d7615e388 /docs
parent92d3536306d2de9b5e3a0ddb31f2a61e524b1e19 (diff)
Move Autoprefixer's config in package.json.
This is so other plugins can use it too.
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/build-tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/build-tools.md b/docs/4.0/getting-started/build-tools.md
index c675fee89d..82b8586ec2 100644
--- a/docs/4.0/getting-started/build-tools.md
+++ b/docs/4.0/getting-started/build-tools.md
@@ -36,7 +36,7 @@ Our [package.json]({{ site.repo }}/blob/v{{ site.current_version }}/package.json
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 [/build/postcss.config.js]({{ site.repo }}/blob/v{{ site.current_version }}/build/postcss.config.js) for details.
+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.
## Local documentation