aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-27 09:03:45 -0700
committerMark Otto <[email protected]>2016-10-27 09:03:45 -0700
commitabc9a526d525dad86e6fbe062161a66853227c78 (patch)
tree1473abe990309341b0d5ca9c397953cf8d982627 /docs/layout
parentab49e3f7e69e7f10a1730a5d52ffd155b5b736de (diff)
downloadbootstrap-abc9a526d525dad86e6fbe062161a66853227c78.tar.xz
bootstrap-abc9a526d525dad86e6fbe062161a66853227c78.zip
Fixes #20498: Warn about flexbox bugs in our flex grid docs
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/flexbox-grid.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/layout/flexbox-grid.md b/docs/layout/flexbox-grid.md
index 80db93c93..4f456e273 100644
--- a/docs/layout/flexbox-grid.md
+++ b/docs/layout/flexbox-grid.md
@@ -27,6 +27,7 @@ The flexbox grid system behaves similar to our default grid system, but with a f
- Flexbox grid columns without a set width will automatically layout with equal widths. For example, four columns will each automatically be 25% wide.
- Flexbox grid columns have significantly more alignment options available, including vertical alignment.
- Unlike the default grid system where a grid column starts as full-width in the `xs` tier, flexbox requires a `.col-{breakpoint}` class for each tier.
+- Be aware of the limitations and [bugs around flexbox](https://github.com/philipwalton/flexbugs), like the [inability to use some HTML elements as flex containers](https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers).
Chill? Awesome—keep reading for more information and some code snippets.