aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/flexbox.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-07 01:09:01 -0800
committerChris Rebert <[email protected]>2016-06-04 13:00:37 -0700
commit8139bf44c51a451ff2d7f6197bd2073ea656e4e1 (patch)
treed70a717f8efaf5cde1ca66c1c269a35700aa2055 /docs/getting-started/flexbox.md
parentef948ece79f7bfc62c465b4f7930f85b868eb8fe (diff)
downloadbootstrap-8139bf44c51a451ff2d7f6197bd2073ea656e4e1.tar.xz
bootstrap-8139bf44c51a451ff2d7f6197bd2073ea656e4e1.zip
Add docs regarding postcss-flexbugs-fixes dependency
Diffstat (limited to 'docs/getting-started/flexbox.md')
-rw-r--r--docs/getting-started/flexbox.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md
index f8ab4e8ae..9c0f1a876 100644
--- a/docs/getting-started/flexbox.md
+++ b/docs/getting-started/flexbox.md
@@ -19,7 +19,7 @@ Flexbox support is available for a number of Bootstrap's components:
- Input groups, which move from `display: table;` to `display: flex;`.
- The media component moves from `display: table;` and a number of hacky styles to a simple `display: flex;`.
-Vendor prefixes are provided in our compiled CSS with Autoprefixer via Grunt.
+Vendor prefixes are provided in our compiled CSS with [Autoprefixer](https://github.com/postcss/autoprefixer) via Grunt. Some bugs in IE10-11's Flexbox implementation are worked around via [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes).
## Why flexbox?