From: Mark Otto Date: Sat, 30 Sep 2017 22:36:05 +0000 (-0700) Subject: remove that, the example comes first now X-Git-Tag: v4.0.0-beta.2~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e2ed6890c778d3407dd8a5cd016164b2472d67a;p=thirdparty%2Fbootstrap.git remove that, the example comes first now --- diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 3db634f46d..4a1a55e18f 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -47,8 +47,6 @@ Breaking it down, here's how it works: 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). -Sounds good? Great, let's move on to seeing all that in an example. - ## Grid options While Bootstrap uses `em`s or `rem`s for defining most sizes, `px`s are used for grid breakpoints and container widths. This is because the viewport width is in pixels and does not change with the [font size](https://drafts.csswg.org/mediaqueries-3/#units).