From 3afb571ec30fcdaf322e8b5d6a74236d0bf98ee1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Jun 2017 09:07:49 -0700 Subject: [PATCH] formatting --- docs/4.0/layout/grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 1aac431418..1adc438f14 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -668,8 +668,8 @@ Using our built-in grid Sass variables and maps, it's possible to completely cus The number of grid columns can be modified via Sass variables. `$grid-columns` is used to generate the widths (in percent) of each individual column while `$grid-gutter-width` allows breakpoint-specific widths that are divided evenly across `padding-left` and `padding-right` for the column gutters. {% highlight scss %} -$grid-columns: 12 !default; -$grid-gutter-width: 30px !default; +$grid-columns: 12 !default; +$grid-gutter-width: 30px !default; {% endhighlight %} ### Grid tiers -- 2.47.2