aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-25 22:27:24 -0700
committerMark Otto <[email protected]>2017-03-26 13:23:49 -0700
commit1e6902d21f7e3fc226a96351539160433edf3ebf (patch)
treef0d20967fcb06b6926806ecf19922a2fae630b08 /docs/layout
parent32ed268c827672e41382f5ceed5feb4487a22ef2 (diff)
downloadbootstrap-1e6902d21f7e3fc226a96351539160433edf3ebf.tar.xz
bootstrap-1e6902d21f7e3fc226a96351539160433edf3ebf.zip
fixes #22133
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/grid.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 95fd999f3..ca3537e84 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -710,10 +710,11 @@ $grid-gutter-widths: (
### Grid tiers
-Moving beyond the columns themselves, you may also customize the number of grid tiers. If you wanted just three grid tiers, you'd update the `$grid-breakpoints` and `$container-max-widths` to something like this:
+Moving beyond the columns themselves, you may also customize the number of grid tiers. If you wanted just four grid tiers, you'd update the `$grid-breakpoints` and `$container-max-widths` to something like this:
{% highlight scss %}
$grid-breakpoints: (
+ xs: 0,
sm: 480px,
md: 768px,
lg: 1024px