0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Fix incorrect compilation of css-case macro in a small corne case

This commit is contained in:
Andrey Antukh 2024-06-07 14:44:24 +02:00
parent edfc47d3de
commit 88b65cd864

View file

@ -97,7 +97,7 @@
(when cls
(cond
(true? v) cls
(false? v) nil
(false? v) ""
:else `(if ~v ~cls ""))))))
(interpose " ")))