0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fixes #20498: Warn about flexbox bugs in our flex grid docs

This commit is contained in:
Mark Otto 2016-10-27 09:03:45 -07:00
parent ab49e3f7e6
commit abc9a526d5

View File

@ -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.