aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/download.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-06-12 21:17:14 -0700
committerMark Otto <[email protected]>2016-06-12 21:17:14 -0700
commitaaad85bc306ccf35bd749ea43d2aa768e4ebabeb (patch)
tree8011d6e04d1bb4c87356036eba55cc13639bc96a /docs/getting-started/download.md
parent8feae9075ae55be4e6cd0e884fbfa006a6639ceb (diff)
parentce2e944aa6957528f23f1f7e680ac0cb4a75dcac (diff)
downloadbootstrap-aaad85bc306ccf35bd749ea43d2aa768e4ebabeb.tar.xz
bootstrap-aaad85bc306ccf35bd749ea43d2aa768e4ebabeb.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/getting-started/download.md')
-rw-r--r--docs/getting-started/download.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md
index 1fa524eb5..7ee6fecee 100644
--- a/docs/getting-started/download.md
+++ b/docs/getting-started/download.md
@@ -21,7 +21,7 @@ Download just the compiled and minified CSS and JavaScript. Doesn't include any
<div class="col-sm-6">
{% markdown %}
### Source files
-Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and [some setup]({{ site.baseurl }}/getting-started/build-tools/#tooling-setup).**
+Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes), and [some setup]({{ site.baseurl }}/getting-started/build-tools/#tooling-setup).**
<a href="{{ site.download.source }}" class="btn btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a>
{% endmarkdown %}
@@ -30,7 +30,7 @@ Download everything: source Sass, JavaScript, and documentation files. **Require
## Package managers
-Pull in Bootstrap's **source files** into nearly any project with some of the most popular package managers. No matter the package manager, Bootstrap will **require a Sass compiler and [Autoprefixer](https://github.com/postcss/autoprefixer)** for a setup that matches our official compiled versions.
+Pull in Bootstrap's **source files** into nearly any project with some of the most popular package managers. No matter the package manager, Bootstrap will **require a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes)** for a setup that matches our official compiled versions.
{% callout warning %}
**Heads up!** Not all package managers have the v4 alpha published yet, but we should have them up shortly!