Update comments
This commit is contained in:
parent
e5b73b224a
commit
1ccc635485
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ GRID-CLASS: Can be:
|
||||||
- A list of grid options for make-grid-class
|
- A list of grid options for make-grid-class
|
||||||
- A call to make-grid-class
|
- A call to make-grid-class
|
||||||
Examples:
|
Examples:
|
||||||
|
(section \"row\" nil \"foo\")
|
||||||
(section (:row 1 :xs 2) nil \"foo\")
|
(section (:row 1 :xs 2) nil \"foo\")
|
||||||
(section (make-grid-class :row 1 :xs 2) nil \"foo\")
|
(section (make-grid-class :row 1 :xs 2) nil \"foo\")
|
||||||
|
|
||||||
|
@ -62,6 +63,7 @@ ROW-CLASS: Similar to GRID-CLASS. Can be:
|
||||||
- A list of grid options for make-grid-class
|
- A list of grid options for make-grid-class
|
||||||
- A call to make-grid-class
|
- A call to make-grid-class
|
||||||
Examples:
|
Examples:
|
||||||
|
(section nil \"row\" \"foo\")
|
||||||
(section nil (:row 1 :xs 2) \"foo\")
|
(section nil (:row 1 :xs 2) \"foo\")
|
||||||
(section nil (make-grid-class :row 1 :xs 2) \"foo\")
|
(section nil (make-grid-class :row 1 :xs 2) \"foo\")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue