mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 15:16:10 +02:00
🐛 Fix incorrect compilation of css-case macro in a small corne case
This commit is contained in:
parent
edfc47d3de
commit
88b65cd864
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
(when cls
|
(when cls
|
||||||
(cond
|
(cond
|
||||||
(true? v) cls
|
(true? v) cls
|
||||||
(false? v) nil
|
(false? v) ""
|
||||||
:else `(if ~v ~cls ""))))))
|
:else `(if ~v ~cls ""))))))
|
||||||
(interpose " ")))
|
(interpose " ")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue