mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +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.main.library.fonts :as fonts]
|
||||||
[uxbox.util.data :refer (index-by-id)]))
|
[uxbox.util.data :refer (index-by-id)]))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; --- Colors
|
||||||
;; Colors
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
|
|
||||||
(def +color-collections+
|
(def +color-collections+
|
||||||
colors/+collections+)
|
colors/+collections+)
|
||||||
|
@ -22,9 +20,7 @@
|
||||||
(def +color-collections-by-id+
|
(def +color-collections-by-id+
|
||||||
(index-by-id colors/+collections+))
|
(index-by-id colors/+collections+))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; --- Icons
|
||||||
;; Icons
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
|
|
||||||
(def +icon-collections+
|
(def +icon-collections+
|
||||||
icons/+collections+)
|
icons/+collections+)
|
||||||
|
@ -32,9 +28,7 @@
|
||||||
(def +icon-collections-by-id+
|
(def +icon-collections-by-id+
|
||||||
(index-by-id icons/+collections+))
|
(index-by-id icons/+collections+))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; --- Images
|
||||||
;; Images
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
|
|
||||||
(def +image-collections+
|
(def +image-collections+
|
||||||
images/+collections+)
|
images/+collections+)
|
||||||
|
@ -42,9 +36,7 @@
|
||||||
(def +image-collections-by-id+
|
(def +image-collections-by-id+
|
||||||
(index-by-id images/+collections+))
|
(index-by-id images/+collections+))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; --- Fonts
|
||||||
;; Fonts
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
|
|
||||||
(def +fonts+
|
(def +fonts+
|
||||||
fonts/+collections+)
|
fonts/+collections+)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue