]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove that, the example comes first now
authorMark Otto <markdotto@gmail.com>
Sat, 30 Sep 2017 22:36:05 +0000 (15:36 -0700)
committerMark Otto <markd.otto@gmail.com>
Sun, 1 Oct 2017 03:30:40 +0000 (20:30 -0700)
docs/4.0/layout/grid.md

index 3db634f46dac33685852a7d54e5f0a97ce59e0a1..4a1a55e18fa0d31efb23c92ea9a493fbc05fcfc2 100644 (file)
@@ -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).