Fix docstring example

This commit is contained in:
Marcus Kammer 2023-07-15 15:55:56 +02:00
parent 45f8a850ac
commit 9a74516d7c

View file

@ -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.
Example:
(container (:fluid t :sm 10)
(container (:fluid t :sm t)
(col (:md (6 nil)) \"Hello, world!\"))
This will generate a fluid container with a medium-sized column inside it,