From e0e7b98ed79b83d51c551e9cceef955c1fc8eb50 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 18 Sep 2024 11:21:43 +0200 Subject: [PATCH] Docstring --- frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs b/frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs index 99fd64f84..91fac6bdf 100644 --- a/frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs @@ -1,7 +1,8 @@ (ns app.main.ui.workspace.tokens.tinycolor "Bindings for tinycolor2 which supports a wide range of css compatible colors. - Used by StyleDictionary, so we might as well use it directly." + This library was chosen as it is already used by StyleDictionary, + so there is no extra dependency cost and there was no clojure alternatives with all the necessary features." (:require ["tinycolor2" :as tinycolor]))