mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix incorrect compilation of css-case macro in a small corne case
This commit is contained in:
parent
edfc47d3de
commit
88b65cd864
@ -97,7 +97,7 @@
|
||||
(when cls
|
||||
(cond
|
||||
(true? v) cls
|
||||
(false? v) nil
|
||||
(false? v) ""
|
||||
:else `(if ~v ~cls ""))))))
|
||||
(interpose " ")))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user