mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 06:31:37 +02:00
Docstring
This commit is contained in:
parent
3bd2278dec
commit
e0e7b98ed7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
(ns app.main.ui.workspace.tokens.tinycolor
|
(ns app.main.ui.workspace.tokens.tinycolor
|
||||||
"Bindings for tinycolor2 which supports a wide range of css compatible colors.
|
"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
|
(:require
|
||||||
["tinycolor2" :as tinycolor]))
|
["tinycolor2" :as tinycolor]))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue