mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 13:26:10 +02:00
✨ Import/export folders in library elements
This commit is contained in:
parent
f312c122ca
commit
ddbdc2a27f
6 changed files with 48 additions and 23 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue