mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
♻️ Add substantial refactor on how types are organized
This mainly affects types related to colors, fills and texts, moving library based operations from color namespace.
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
(ns app.main.ui.inspect.attributes.common
|
||||
(:require-macros [app.main.style :as stl])
|
||||
(:require
|
||||
[app.common.colors :as cc]
|
||||
[app.common.data :as d]
|
||||
[app.common.data.macros :as dm]
|
||||
[app.common.media :as cm]
|
||||
[app.common.types.color :as cc]
|
||||
[app.config :as cf]
|
||||
[app.main.refs :as refs]
|
||||
[app.main.store :as st]
|
||||
|
||||
Reference in New Issue
Block a user