Skip to content

Commit

Permalink
fixes #22133
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 26, 2017
1 parent 32ed268 commit 1e6902d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/layout/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e6902d

Please sign in to comment.