Clear whitespace

This commit is contained in:
Marcus Kammer 2023-07-17 17:46:18 +02:00
parent ac43fe7a41
commit cb3c380701

View file

@ -96,7 +96,6 @@ Examples:
(if offset (format nil " offset-~a-~d" name offset) ""))) (if offset (format nil " offset-~a-~d" name offset) "")))
"")) ""))
(defun breakpoint-class (&key (kind :con) (xs nil) (sm nil) (md nil) (lg nil) (xl nil) (xxl nil)) (defun breakpoint-class (&key (kind :con) (xs nil) (sm nil) (md nil) (lg nil) (xl nil) (xxl nil))
"Generates Bootstrap class string for different kinds of elements across breakpoints. "Generates Bootstrap class string for different kinds of elements across breakpoints.