Skip to content

Commit 21fb5bb

Browse files
authored
docs(layout settings): Update layout settings docs to reflect new grid variable (#5483)
* Update layout settings docs to reflect new grid variable * update grid gutter width and max width in layout settings
1 parent 2715696 commit 21fb5bb

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

templates/docs/settings/layout-settings.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ context:
44
title: Layout | Settings
55
---
66

7-
These settings are used specifically to configure the grid which will determine your overall site layout. Patterns placed within the grid structure will then adapt to fill the space available to them.
7+
These settings are used specifically to configure the grid which will determine your overall site layout. Patterns
8+
placed within the grid structure will then adapt to fill the space available to them.
89

9-
| Setting | Default value |
10-
| -------------------- | ------------- |
11-
| `$grid-gutter-width` | `20px` |
12-
| `$grid-columns` | `12` |
13-
| `$grid-max-width` | `1030px` |
10+
| Setting | Default value |
11+
| ------------------------------------------------------------------------- | ------------- |
12+
| `$grid-gutter-width` | `2rem` |
13+
| `$grid-8-columns` (new [8 column grid](/docs/patterns/grid)) | `8` |
14+
| `$grid-columns` (deprecated [12 column grid](/docs/patterns/grid-legacy)) | `12` |
15+
| `$grid-max-width` | `80rem` |
1416

1517
## Import
1618

@@ -20,4 +22,5 @@ To import just this utility into your project, copy the snippet below and includ
2022
@import 'utilities_layout';
2123
```
2224

23-
For more information see [Customising Vanilla](/docs/customising-vanilla/) in your projects, which includes overrides and importing instructions.
25+
For more information see [Customising Vanilla](/docs/customising-vanilla/) in your projects, which includes overrides
26+
and importing instructions.

0 commit comments

Comments
 (0)