Enable font-size token

This commit is contained in:
Florian Schroedl 2025-07-11 09:26:24 +02:00 committed by Xaviju
parent 02ae934e25
commit 9c5a13c4ac
3 changed files with 4 additions and 2 deletions

View file

@ -135,6 +135,8 @@
(def typography-keys (set/union font-size-keys letter-spacing-keys))
(def ff-typography-keys (set/difference typography-keys font-size-keys))
(def ^:private schema:number
(reduce mu/union [[:map [:line-height {:optional true} token-name-ref]]
schema:rotation]))