🔧 Fix typography token test

This commit is contained in:
Belén Albeza 2026-02-02 14:18:38 +01:00
parent e3b97638b4
commit 4d5c874b91

View File

@ -21,7 +21,7 @@
(def ^:private schema:properties-row
[:map
[:term :string]
[:detail :string]
[:detail {:optional true} [:maybe :string]]
[:property {:optional true} :string] ;; CSS valid property
[:token {:optional true} :any] ;; resolved token object
[:copiable {:optional true} :boolean]])