mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Update doc string
This commit is contained in:
@@ -9,9 +9,8 @@
|
|||||||
[rumext.v2 :as mf]))
|
[rumext.v2 :as mf]))
|
||||||
|
|
||||||
(def StyleDictionary
|
(def StyleDictionary
|
||||||
"The global StyleDictionary instance used as an external library for now,
|
"Initiates the global StyleDictionary instance with transforms
|
||||||
as the package would need webpack to be bundled,
|
from tokens-studio used to parse and resolved token values."
|
||||||
because shadow-cljs doesn't support some of the more modern bundler features."
|
|
||||||
(do
|
(do
|
||||||
(sd-transforms/registerTransforms sd)
|
(sd-transforms/registerTransforms sd)
|
||||||
(.registerFormat sd #js {:name "custom/json"
|
(.registerFormat sd #js {:name "custom/json"
|
||||||
|
|||||||
Reference in New Issue
Block a user