🐛 Fix line-height throwing for int (#7927)

This commit is contained in:
Florian Schrödl 2026-01-07 16:13:10 +01:00 committed by GitHub
parent bfbb546699
commit 0dd062d011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@
Uses `font-size-value` to calculate the relative line-height value.
Returns an error for an invalid font-size value."
[line-height-value font-size-value font-size-errors]
(let [missing-references (seq (some cto/find-token-value-references line-height-value))
(let [missing-references (seq (cto/find-token-value-references line-height-value))
error
(cond
missing-references