From 7f53860296adaa019b003c7afd21a3af6b626caf Mon Sep 17 00:00:00 2001 From: Xavier Julian Date: Mon, 21 Jul 2025 11:09:38 +0200 Subject: [PATCH] :paperclip: Add warning on feature flag temporary fix for font-size tokens --- common/src/app/common/types/token.cljc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/src/app/common/types/token.cljc b/common/src/app/common/types/token.cljc index 136c4ad76c..d3c1f27657 100644 --- a/common/src/app/common/types/token.cljc +++ b/common/src/app/common/types/token.cljc @@ -135,6 +135,8 @@ (def typography-keys (set/union font-size-keys letter-spacing-keys)) +;; TODO: Created to extract the font-size feature from the typography feature flag. +;; Delete this once the typography feature flag is removed. (def ff-typography-keys (set/difference typography-keys font-size-keys)) (def ^:private schema:number