diff options
| author | Mark Otto <[email protected]> | 2016-10-27 09:49:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 09:49:57 -0700 |
| commit | 26c33fa5ed0385d486d6a0ed5b79e9bae11dc055 (patch) | |
| tree | e6b728e0c340a5b4eaa1f1257d3e33e84f261edb | |
| parent | e2068d0e53ef63acc1e0c1ef8b974e8c7154bf76 (diff) | |
| download | bootstrap-26c33fa5ed0385d486d6a0ed5b79e9bae11dc055.tar.xz bootstrap-26c33fa5ed0385d486d6a0ed5b79e9bae11dc055.zip | |
unrelated change; bold that stuff to emphasize it
| -rw-r--r-- | docs/layout/flexbox-grid.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layout/flexbox-grid.md b/docs/layout/flexbox-grid.md index 4412466f6..467c3030b 100644 --- a/docs/layout/flexbox-grid.md +++ b/docs/layout/flexbox-grid.md @@ -26,8 +26,8 @@ The flexbox grid system behaves similar to our default grid system, but with a f - Nesting, offsets, pushes, and pulls are all supported in the flexbox grid system. - 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). +- 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. |
