Import/export folders in library elements

This commit is contained in:
alonso.torres 2021-07-05 18:14:49 +02:00
parent f312c122ca
commit ddbdc2a27f
6 changed files with 48 additions and 23 deletions

View file

@ -82,14 +82,14 @@
[(-> k str/camel) v]))))))
(def ^:const color-keys
[:name :color :opacity :gradient])
[:name :color :opacity :gradient :path])
(def ^:const typography-keys
[:name :font-family :font-id :font-size :font-style :font-variant-id :font-weight
:letter-spacing :line-height :text-transform])
:letter-spacing :line-height :text-transform :path])
(def ^:const media-keys
[:name :mtype :width :height])
[:name :mtype :width :height :path])
(defn collect-color
[result color]