Add note about grid styles applicability.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-20 09:37:07 +00:00
parent 9816fdb11b
commit d3adf6bf68
6 changed files with 24 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
The `column-span` style specifies how many rows a widget will span in a grid layout.
!!! note
This style only affects widgets that are direct children of a widget with `layout: grid`.
## Syntax
```sass