Update grid references.

[skip ci]
This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 23:04:53 +00:00
parent a3ff968c6c
commit a1a7b4db2a
7 changed files with 81 additions and 35 deletions

View File

@@ -8,9 +8,15 @@ The `column-span` style specifies how many rows a widget will span in a grid lay
## Syntax
```sass
column-span: <INTEGER>
```
--8<-- "docs/snippets/syntax_block_start.md"
column-span: <a href="../css_types/integer.md">&lt;integer&gt;</a>;
--8<-- "docs/snippets/syntax_block_end.md"
The style `column-span` accepts a single non-negative [`<integer>`](../../css_types/integer.md) that quantifies how many columns the given widget spans.
### Values
--8<-- "docs/snippets/type_syntax/integer.md"
## Example