Update links to snippets.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 17:56:17 +00:00
parent bcd08d2d46
commit c973fb4cba
18 changed files with 24 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ If there are more columns in the grid than scalars specified in `grid-columns`,
Scalar units can be mixed.
--8<-- "docs/styles/snippets/scalar_syntax.md"
--8<-- "docs/snippets/scalar_syntax.md"
## Example

View File

@@ -19,7 +19,7 @@ grid-gutter: <SCALAR> [<SCALAR>];
If only one scalar is supplied, it sets the horizontal and vertical gutter.
If two scalars are supplied, they set the vertical and horizontal gutters, respectively.
--8<-- "docs/styles/snippets/scalar_syntax.md"
--8<-- "docs/snippets/scalar_syntax.md"
## Example

View File

@@ -16,7 +16,7 @@ If there are more rows in the grid than scalars specified in `grid-rows`, they a
Scalar units can be mixed.
--8<-- "docs/styles/snippets/scalar_syntax.md"
--8<-- "docs/snippets/scalar_syntax.md"
## Example