]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #22133
authorMark Otto <markdotto@gmail.com>
Sun, 26 Mar 2017 05:27:24 +0000 (22:27 -0700)
committerMark Otto <markd.otto@gmail.com>
Sun, 26 Mar 2017 20:23:49 +0000 (13:23 -0700)
docs/layout/grid.md

index 95fd999f367aeed3924d47752fa966f80f06b9e4..ca3537e843f35c1f5249525a27f37cbc3799031f 100644 (file)
@@ -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