Fix docstring example
This commit is contained in:
parent
45f8a850ac
commit
9a74516d7c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ FLUID: When non-nil, the container becomes fluid (full width).
|
||||||
XS, SM, MD, LG, XL, XXL: Specify the size of the container at various breakpoints.
|
XS, SM, MD, LG, XL, XXL: Specify the size of the container at various breakpoints.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
(container (:fluid t :sm 10)
|
(container (:fluid t :sm t)
|
||||||
(col (:md (6 nil)) \"Hello, world!\"))
|
(col (:md (6 nil)) \"Hello, world!\"))
|
||||||
|
|
||||||
This will generate a fluid container with a medium-sized column inside it,
|
This will generate a fluid container with a medium-sized column inside it,
|
||||||
|
|
Loading…
Add table
Reference in a new issue