mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
When called with an empty string as the base class, append-class was producing " bar" (with a leading space) because (some? "") returns true. Use (seq class) instead to treat both nil and empty string as absent, avoiding invalid CSS class strings with leading whitespace.