mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 06:58:29 +02:00
✨ Enable font-size token
This commit is contained in:
parent
02ae934e25
commit
9c5a13c4ac
3 changed files with 4 additions and 2 deletions
|
@ -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]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue