aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-09-30 15:36:05 -0700
committerMark Otto <[email protected]>2017-09-30 20:30:40 -0700
commit4e2ed6890c778d3407dd8a5cd016164b2472d67a (patch)
tree3bc005794d6a6763e9cb8b4edce0191c0602ce61 /docs
parent9473a7298e70669870b2ba84acd1fd008d80a152 (diff)
downloadbootstrap-4e2ed6890c778d3407dd8a5cd016164b2472d67a.tar.xz
bootstrap-4e2ed6890c778d3407dd8a5cd016164b2472d67a.zip
remove that, the example comes first now
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/layout/grid.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md
index 3db634f46..4a1a55e18 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).