diff --git a/docs/styles/grid/index.md b/docs/styles/grid/index.md
index 7e3adf39c..4f7390ed5 100644
--- a/docs/styles/grid/index.md
+++ b/docs/styles/grid/index.md
@@ -16,22 +16,20 @@ For an in-depth look at the grid layout, visit the grid [guide](../guide/layout.
## Syntax
--8<-- "docs/snippets/syntax_block_start.md"
-column-span: <integer>;
+column-span: <integer>;
-grid-columns: <scalar>+;
+grid-columns: <scalar>+;
-grid-gutter: <scalar> [<scalar>];
+grid-gutter: <scalar> [<scalar>];
-grid-rows: <scalar>+;
+grid-rows: <scalar>+;
-grid-size: <integer> [<integer>];
+grid-size: <integer> [<integer>];
-row-span: <integer>;
+row-span: <integer>;
--8<-- "docs/snippets/syntax_block_end.md"
-The styles `column-span` and `row-span` accept a single non-negative [``](../../css_types/integer.md) while the style `grid-size` accepts one or two non-negative [``](../../css_types/integer.md).
-
-The style `grid-gutter` accepts one or two [``](../../css_types/scalar.md) while the styles `grid-columns` and `grid-rows` accept one or more.
+Visit each style's reference page to learn more about how the values are used.
### Values