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:
parent
edfc47d3de
commit
88b65cd864
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
(when cls
|
||||
(cond
|
||||
(true? v) cls
|
||||
(false? v) nil
|
||||
(false? v) ""
|
||||
:else `(if ~v ~cls ""))))))
|
||||
(interpose " ")))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue