Fix indentation

This commit is contained in:
Marcus Kammer 2023-07-17 16:22:54 +02:00
parent 6cab612689
commit ac43fe7a41

View file

@ -124,7 +124,7 @@ Examples:
(breakpoint-class :kind :con :xs t :sm t :md t :lg t :xl t :xxl t)
; will generate a string for a fluid container that spans all breakpoints."
(let ((xs-str (cond
(let ((xs-str (cond
((eq kind :con) (make-container-class "xs" xs "container"))
((eq kind :row) (make-row-class "xs" xs))
((eq kind :col) (make-col-class "xs" xs))))