mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 14:58:28 +02:00
Cosmetic changes on library ns.
This commit is contained in:
parent
d871dfceac
commit
66e70394d0
1 changed files with 4 additions and 12 deletions
|
@ -12,9 +12,7 @@
|
|||
[uxbox.main.library.fonts :as fonts]
|
||||
[uxbox.util.data :refer (index-by-id)]))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Colors
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; --- Colors
|
||||
|
||||
(def +color-collections+
|
||||
colors/+collections+)
|
||||
|
@ -22,9 +20,7 @@
|
|||
(def +color-collections-by-id+
|
||||
(index-by-id colors/+collections+))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Icons
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; --- Icons
|
||||
|
||||
(def +icon-collections+
|
||||
icons/+collections+)
|
||||
|
@ -32,9 +28,7 @@
|
|||
(def +icon-collections-by-id+
|
||||
(index-by-id icons/+collections+))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Images
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; --- Images
|
||||
|
||||
(def +image-collections+
|
||||
images/+collections+)
|
||||
|
@ -42,9 +36,7 @@
|
|||
(def +image-collections-by-id+
|
||||
(index-by-id images/+collections+))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Fonts
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; --- Fonts
|
||||
|
||||
(def +fonts+
|
||||
fonts/+collections+)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue